@if(isset($data->bannerUrl) && $data->bannerUrl != "") @endif
Report Summary
Start Date : @if(isset($data->startDate)) {{$Controller::dateFormatter($data->startDate)}} @endif @if(isset($data->endDate)) End Date : {{$Controller::dateFormatter($data->endDate)}} @endif
@if($data->type == 'CASH') {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
Total Cash Amount:--}} {{-- @if($data->totalCashAmount)--}} {{-- {{number_format($data->totalCashAmount, 2), 2}}--}} {{-- @endif--}} {{--
Total Return Amount:--}} {{-- @if($data->totalReturnAmount)--}} {{-- {{number_format($data->totalReturnAmount, 2), 2}}--}} {{-- @endif--}} {{--
Total Net Cash Amount : @if($data->totalNetCashAmount) {{number_format($data->totalNetCashAmount, 2)}} @endif
In word : @if(isset($data->inWord)) {{$data->inWord}} @endif
@else
Total Amount : @if($data->totalCashAmount) {{number_format($data->totalCashAmount, 2)}} @endif
In word : @if(isset($data->inWord)) {{$data->inWord}} @endif
@endif
@if(count($data->list) > 0)
Mood Of Payment Report
@if($data->type == 'CASH') @if(isset($data->list)) @foreach($data->list as $index => $req) @endforeach @endif
SL User Date Invoice No Patient Reg. No Patient Name Payment Method Bill Type Net Cash Amount
{{$index+1}} {{$req->createdBy}} {{$Controller::dateFormatter($req->createdDate)}} {{$req->invoiceNo}} {{$req->customerRegNo}} {{$req->customerName}} {{$req->paymentMethod}} {{$req->salesType}} {{number_format(($req->payAmount - $req->returnAmount), 2)}}
Total = {{number_format(($data->totalCashAmount - $data->totalReturnAmount), 2)}}
@else @if(isset($data->list)) @foreach($data->list as $index => $req) @endforeach @endif
SL User Date Invoice No Patient Reg. No Patient Name Payment Method Bill Type Amount
{{$index+1}} {{$req->createdBy}} {{$Controller::dateFormatter($req->createdDate)}} {{$req->invoiceNo}} {{$req->customerRegNo}} {{$req->customerName}} {{$req->paymentMethod}} {{$req->salesType}} {{number_format($req->payAmount, 2)}}
Total = {{number_format($data->totalCashAmount, 2)}}
@endif
@endif
Print Date & Time - {{ now()->timezone('Asia/Dhaka')->format('d-M-Y g:i A') }}    Powered By - {{$data->poweredBy}}