@extends('report.pdf.layouts.app') @section('pdf_content')
| @lang('Sl') | @lang('Invoice No') | @lang('Reference No') | @lang('Payment Date') | @lang('Payment Method') | @lang('Account') | @lang('Payment Information') | @lang('Customer') | @lang('Amount') |
|---|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $payment->invoice_no }} | {{ $payment->reference_no }} | {{ dateformat($payment->payment_date) }} | {{ Str::ucfirst($payment->payment_method) }} | {{ $payment->account_name }} |
|
{{ $payment->customer }} | {{ numberformat($payment->amount) }} |