| |
|
Hi {{ $user->details->display_name }},
A new claim application has been created. Following is the claim application info:
-
Applicant: {{ $claim_application->user->display_full_name }} « {{ $claim_application->user->email }} »
-
Total Amount: RM {{ number_format($claim_application->total_amount, 2, '.', '') }}
|
|
|
|
@endsection