{{--*/ $route = $client_inquiry_item->getRoute() /*--}} {{--*/ $cost_total = 0 /*--}}
PREPAID EXPENSES | |||
{{$budget['permit']}} {{--({{$budget['type']}}):--}} | {{number_format($budget['amount'],2)}} | {{--*/ $cost_total += $budget['amount'] /*--}}||
DEPRECIATION EXPENSES: | 1213333 | {{--*/ $cost_total += \App\Logistics\Facades\Logistics::currencyConvert(1213333, 'TSH', $exchange_rate, 'USD') /*--}} | |
OVER HEADS: | 1189017 | {{--*/ $cost_total += 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)}} |