Invoice Date: {{ $data->otherInvoice->date_formatted }}
{{-- Created By:{{ $invoice->created_by }} --}} |
Invoice To: {{ $data->OtherInvoice->full_name }} @if ($data->OtherInvoice->address){{ $data->otherInvoice->address }} @endif{{ $data->otherInvoice->contact_number }} {{ $data->otherInvoice->email }} |
{{ env('CHURCH_NAME') }} Contact Detail {{ env('ADDRESS') }} E: {{ env('EMAIL_ADDRESS') }} C: {{ env('CONTACT_NUMBER') }} W: {{ env('WEBSITE') }} {{--Invoice Date: Payment Method: |
Invoice Items | ||
---|---|---|
Item Description | Amount(AUD) | |
{{ $data->otherInvoice->type }} | ${{ numberFormat($data->otherInvoice->amount) }} | |
Remarks {{ $data->otherInvoice->remarks }} |
Grand Total: | ${{ numberFormat($data->otherInvoice->amount) }} |
Paid Amount: | ${{ numberFormat($data->otherInvoice->paid_amount)}} | |
Due Amount: | ${{ numberFormat($data->otherInvoice->due_amount) }} |
Payment Transactions | |||||
---|---|---|---|---|---|
Receipt No. | Date | Paid Amount | Paid By | Payment Method | Remarks |
#{{ $data->id }} | {{ $data->paid_date_formatted }} | ${{ numberFormat($data->paid_amount) }} | {{ $data->paid_by }} | {{ $data->payment_method }} | {{ $data->remarks }} |
{{ env('CHURCH_NAME') }} Contact Detail A: {{ env('ADDRESS') }} E: {{ env('EMAIL_ADDRESS') }} Contact: {{ env('CONTACT_NUMBER') }} W: {{ env('WEBSITE') }} |