@extends('layouts.main_without_top_button') @section('title') Route Profile:Loading Details @stop @section('navigation')
@stop @section('contentinner')Full Name: | {{$trip_detail->driver}} |
Truck No.: | {{$trip_detail->truck}} |
Destination.: | {{$trip_detail->destination}} |
Previous Balance: | Tsh {{ number_format($driver->receivable_amount,2) }} |
Current: | Tsh {{ number_format($trip_detail->driver_loss_amount)}} |
Total Loss: | Tsh {{ number_format($driver->receivable_amount+$trip_detail->driver_loss_amount,2) }} |
Remarks: {{$loan_application->remarks}}
Recovery 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()}} |