Greetings,
{{$loan_application->creator_details->salutation}} {{$loan_application->creator_details->full_name}} Created {{$loan_application->loan_type}} for {{$trip_detail->driver}} in a system waiting for your approval ,
Please login here for further actions



{{----}}

LOSS MANAGEMENT

Loan Application #: {{ str_pad($loan_application->id, 5, 0, STR_PAD_LEFT) }}
Created By. : {{$loan_application->creator_details->salutation}} {{$loan_application->creator_details->full_name}}
Date : {{\Carbon\Carbon::parse($loan_application->date)->toFormattedDateString()}}
Driver Code: {{ $driver->code }}
Driver : {{ $trip_detail->driver }}
Remarks : {{ $loan_application->remarks }}
Outstanding Payable ( Salaries payable and other benefits) : Tsh {{ number_format($driver->payable_amount,2) }}
Outstanding Receivable : Tsh {{ number_format($driver->receivable_amount,2) }}
Current Loss Amount : Tsh {{ number_format($loan_application->amount,2) }}
Suggested Recovery Plans
@foreach($loan_application->loanRecoveryPlans as $index=>$loan_recovery_plan) @endforeach {{----}} {{----}} {{----}} {{----}} {{----}}
Method Recovery Amount Recovery Rate Activation Date
{{$loan_recovery_plan->plan_type}} {{number_format($loan_recovery_plan->amount,2)}} {{number_format($loan_recovery_plan->rate,2)}} {{\Carbon\Carbon::parse($loan_recovery_plan->start_date)->toFormattedDateString()}}

Preview & Approve


{{--@include('beautymail::templates.widgets.articleStart')--}}