{{ date('d-m-Y', strtotime($datas['date'][$key])) }}
|
{{ $datas['description'][$key] }}
@if (@$datas['booking_deposit_id'][$key])
{{@$invoice->bookings->jns_pembayaran ? @$invoice->bookings->jns_pembayaran : '-'}}
@endif
|
{{ $datas['qty'][$key] }} |
@if(@$datas['booking_deposit_id'][$key])
{{ribuan($datas['total'][$key])}}
@php $balance_due += $datas['total'][$key]; @endphp
@elseif (@$datas['shop_transaction_id'][$key])
{{ribuan($datas['total'][$key])}}
@php
$balance_due += $datas['total'][$key];
$non_deposit++;
@endphp
@else
{{ ribuan($datas['total'][$key]) }}
@php
$balance_due += $datas['total'][$key];
$non_deposit++;
@endphp
@endif
|
@if ($count % 12 === 0)