@php use Carbon\Carbon; @endphp
@if(isset($data->bannerUrl) && $data->bannerUrl != "") @endif
Advance Received And Adjustment List
@php $total = 0; @endphp @foreach($data->list as $index => $obj) @php $total += $obj->details-> amount; @endphp @endforeach
SL Payment Date Payment Method Payment Type Transaction Type Amount(BDT)
{{$index + 1}} @if(isset($obj->details->createdDate)) {{dateFormatter($obj->details->createdDate)}} @endif {{$obj->details->paymentMethod}} {{$obj->details->paymentType}} {{$obj->details->transactionType}} {{number_format($obj->details->amount, 2), 2}}
Total: {{number_format($total, 2), 2}}