{{--*/ $route = $client_inquiry_item->getRoute() /*--}} {{--*/ $cost_total = 0 /*--}} @foreach($route->getPrepaidExpensesBudgets($client_inquiry_item->cargo_type,$route->getDays($client_inquiry_item->cargo_type),$exchange_rate,'TSH') as $budget) {{--*/ $cost_total += $budget['amount'] /*--}} @endforeach {{--*/ $cost_total += \App\Logistics\Facades\Logistics::currencyConvert(1213333, 'TSH', $exchange_rate, 'USD') /*--}} {{--*/ $cost_total += 1189017 /*--}}
PREPAID EXPENSES
{{$budget['permit']}} {{--({{$budget['type']}}):--}} {{number_format($budget['amount'],2)}}
DEPRECIATION EXPENSES: 1213333
OVER HEADS: 1189017
TOTAL FIXED {{number_format($cost_total,2)}}
TOTAL FIXED IN USD {{number_format(\App\Logistics\Facades\Logistics::currencyConvert($cost_total, 'TSH', $exchange_rate, 'USD'),2)}}