|
Created By:{{ $invoice->created_by }} |
Receipt To: {{ $invoice && $invoice->user ? $invoice->user->name : '--' }} {{ $invoice->user->member_number }} {{ $invoice && $invoice->user ? $invoice->user->full_address : '--' }} {{ $invoice && $invoice->user ? $invoice->user->primary_contact_number : '--' }} |
Invoice Date: Due Date: Payment Method: |
No | Item Description | Year | Price(AUD) | Amount(AUD) |
{{ $loop->index + 1 }} | {{ $invoice_detail->invoiceItem->item }} | {{ $invoice_detail->year ?? '' }} | ${{ $invoice_detail->amount }} | ${{ numberFormat($invoice_detail->amount) }} |
Remarks: {{ $invoice->remarks }} |
Sub Total: | ${{ numberFormat($invoice->amount) }} | ||
Grand Total: | ${{ numberFormat($invoice->amount) }} | |||
Paid Amount: | ${{ numberFormat($invoice->payments()->sum('amount_paid')) }} | |||
Due Amount: | ${{ numberFormat($invoice->getDue()) }} |
{{ env('CHURCH_NAME') }} Contact Detail A: {{ env('ADDRESS') }} E: {{ env('EMAIL_ADDRESS') }} Contact: {{ env('CONTACT_NUMBER') }} W: {{ env('WEBSITE') }} |