| {{__t('invoice_no')}} | : | {{ $invoice->is_from_estimate ? 'EST-' :'' }}{{$invoice->invoice_number}} |
| {{__t('date')}} | : | {{ $invoice->date }} |
| {{__t('due_date')}} | : | {{ $invoice->due_date }} |
{{__t('from')}}
Patch Africa Ltd, Liaison House, State House Avenue
Email: info@patchafrica.net{{__t('to')}}
@if($invoice->client){{$invoice->client->full_name}}
@if($invoice->client->profile) {{__t('contact')}}: {{$invoice->client->profile->contact}}| Date | Payment Method | Amount |
|---|---|---|
| {{ $payment->created_at->format('Y-m-d') }} | {{ $payment->paymentMethod->name }} | {{ number_format($payment->amount, 2) }} |