{{ \Carbon\Carbon::parse($start_date)->format('d/m/Y') }} | {{ \Carbon\Carbon::parse($end_date)->format('d/m/Y') }} |
Voucher No | Date | Customer | Paid Amount | Payment Method | {{$lang->data['payment_type']??'Payment Type'}} | Branch | ||
---|---|---|---|---|---|---|---|---|
#{{$item->voucher_no}} | {{$item->date->format('d/m/Y')}} | [{{$item->customer->file_number ?? ''}}] {{$item->customer->first_name ?? ''}} | {{getFormattedCurrency($item->paid_amount)}} | {{getPaymentMode($item->payment_mode)}} | @if($item->payment_type == 1)
{{$lang->data['invoice']??'Invoice'}}
#{{$item->invoice->invoice_number ?? ''}}
|
@elseif($item->payment_type == 2)
{{$lang->data['opening_balance']??'Opening Balance'}}
|
@elseif($item->payment_type == 3)
{{$lang->data['cash_receipt']??'Cash Receipt'}}
|
@endif
{{$item->createdBy->name ?? ''}} |
Total Payments: {{$payments->count()}} | Total Amount Received: {{getFormattedCurrency($payments->sum('paid_amount'))}} |