NF

Unit Payment Statement

{{__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
Tel: (254) 703 071 000, (254) 730 488 100

{{__t('to')}}

@if($invoice->client)

{{$invoice->client->full_name}}

@if($invoice->client->profile) {{__t('contact')}}: {{$invoice->client->profile->contact}}
{{__t('address')}}: {{$invoice->client->profile->address}}
@endif @endif
{{--
--}}
@foreach($payments as $payment) @endforeach
Date Payment Method Amount
{{ $payment->created_at->format('Y-m-d') }} {{ $payment->paymentMethod->name }} {{ number_format($payment->amount, 2) }}