Application Details

@if($application->status==='approved') @else
@csrf
@endif

OFFICIAL APPROVAL LETTER


Date: {{ now()->format('d M Y') }}

To: {{ $application->customer->full_name }}
Subject: Approval of Your Investment Application

Dear {{ $application->customer->full_name }},

We are pleased to inform you that your investment application (Application No: {{ $application->application_number }}) has been approved.

You may now proceed with the next steps. If you have any questions, feel free to contact our office.



Best Regards,
{{ Auth::user()->name }}
{{ $application->office->office_name }}