|
DESCRIPTION OF ITEM/SERVICE PURCHASED | CURRENCY: | AMOUNT |
---|---|---|
{{$payment_voucher_account->descriptions}} | {{$payment_voucher_account->currency}} | @if($payment_voucher_account->currency == 'TSH') {{--*/ $total_amount_TSH +=$payment_voucher_account->amount/*--}} @elseif($payment_voucher_account->currency == 'USD') {{--*/ $total_amount_USD+=$payment_voucher_account->amount/*--}} @endif{{number_format($payment_voucher_account->amount,2)}} |
@if($payment_voucher->loadingOrderItemPaymentVoucher)
{{--*/ $loading_order_item = $payment_voucher->loadingOrderItemPaymentVoucher->loadingOrderItem /*--}}
Allocation : {{(isset($loading_order_item->clientLoadingOrder)) ? $loading_order_item->clientLoadingOrder->client->name : "NO ALLOCATION ( PIPELINE )"}} Vehicles : {{$loading_order_item->loadingOrderVehicle->vehicle->registration_number}} -{{$loading_order_item->loadingOrderVehicle->trailer->registration_number}} Driver : {{$loading_order_item->loadingOrderVehicle->driver->driver}} @endif |
{{--EXCHANGE RATE | --}} {{--{{number_format($payment_voucher->exchange_rate)}} | --}} {{--
--}} | TOTAL TSH | {{number_format($total_amount_TSH,2)}} |
TOTAL USD | {{number_format($total_amount_USD,2)}} |
Narrations: | {{$payment_voucher->remarks }} |
PAID BY: {{$payment_voucher->paid_by}} | RECEIVED BY : @if($payment_voucher->loadingOrderItemPaymentVoucher){{$loading_order_item->loadingOrderVehicle->driver->full_name}} @else @endif | APPROVED BY: | AUTHORISED BY: | |||
--}} {{-- | --}} {{-- | --}} {{-- |