Wire transfer & beneficiary patch (edited files only) ================================================== 1. Extract laravel-wire-patch.zip at your Laravel app ROOT (same level as artisan). 2. Merge folders — overwrite when prompted. Included: PHP config, controllers, services, routes, Blade views for: - Secure wire (bank transfer) form & submit - Receiving institution regional banks - Beneficiary registration / inclusion OTP - Working accounts registry - Live intake protocol animation (Lottie) Optional asset (if not already on server): public/animations/pending-wire.json Remove on server if present (debug UI removed): resources/views/partials/working-registry-debug-strip.blade.php After upload (SSH or host terminal): php artisan view:clear php artisan route:clear php artisan config:clear Do NOT upload: vendor/, node_modules/, .env, storage/, database/seeders, or full database/migrations unless you manage schema separately. No database data is included in this package.