WOW1 — Account restriction advisement patch ========================================= WHAT THIS PATCH ADDS / FIXES ---------------------------- 1. Full BOA restriction letter in operator modal + PDF (uses CP-selected template). 2. Transfer-workspace style header (logo band, advisement layout). 3. Realistic references: notice control number (7028-…), document ref (4829-…-…), ADV record. 4. Account ending format: XXXX-9903 (4-digit numeric; fallback 9903). 5. Removed header "x" close button (use Close at bottom). 6. CP Operator notice preview matches live modal/PDF. 7. PDF download routes + dompdf rendering. NEW FILES --------- - app/Support/AccountEnding.php - app/Support/BankRestrictionNoticeReference.php - app/Services/BlockedAccountRestrictionNoticeService.php - config/blocked_account_notices.php - resources/views/pdf/restriction-notice.blade.php - resources/views/partials/bank-restriction-notice-*.blade.php LIVE SITE — DO NOT ------------------ - Do NOT run database seeders on production. - Do NOT replace .env or storage/ on live. - Merge folders only; preserve existing live data. AFTER MERGE (required) ---------------------- 1. Install dompdf if not already on server: cd /path/to/laravel && composer require dompdf/dompdf:^3.0 --no-dev 2. Clear caches: php artisan optimize:clear (or tools-hub.php?token=TOKEN&clear_cache=1)