Form Information
Route: {{ route('customer.loan.application.submit') }}
Method: POST | CSRF: {{ csrf_token() ? '✅ Present' : '❌ Missing' }}
Please fix the following errors:
-
@foreach($errors->all() as $error)
- {{ $error }} @endforeach
Success!
{{ session('success') }}
Error!
{{ session('error') }}
Applicant
{{ $customer->full_name ?? $customer->customer }}
{{ $customer->email }} • {{ $customer->phone }}
Customer No: {{ $customer->customer_number ?? 'N/A' }}
Auto-filled Information
Your personal information has been pre-filled from your profile. Please review and update any information that may have changed.