@extends('mail.layout') @section('mainsection')

{{ $data->otherInvoice->type }}

Other Invoice No:{{$data->otherInvoice->id}}

Payment Receipt No:{{$data->id}}

{{env('APP_NAME')}}

ABN: {{ getSettingByKey('abn') }}

{{config('app.address')}}

{{config('app.email')}}

{{config('app.contact_number')}}

Invoice Detail

Other Invoice NO.:
#{{$data->OtherInvoice->id}}

Contact Person
{{$data->OtherInvoice->full_name}}

@if($data->contact_number)

Contact Number
{{$data->otherInvoice->contact_number}}

@endif @if($data->email)

Email
{{$data->otherInvoice->email}}

@endif

Invoice Issue Date
{{$data->otherInvoice->date_formatted}}

Invoice Amount
${{ $data->otherInvoice->amount }} ({{ $data->otherInvoice->currency }})

Total Paid Amount
${{ $data->otherInvoice->paid_amount}} ({{ $data->otherInvoice->currency }})

Total Due Amount
${{ $data->otherInvoice->due_amount }} ({{ $data->otherInvoice->currency }})


Payment Detail

Paid By
{{$data->paid_by}}

Paid Date
{{$data->paid_date_formatted}}

Paid Amount
${{ $data->paid_amount}} ({{ $data->otherInvoice->currency }})

Payment Method
{{ $data->payment_method }}

Remarks
{{ $data->remarks }}


Thank you for your generiousity. We appreciate your support

@endsection