Service: {{ $service->name }}

Date:{{ $invoice->created_at->format('d M, Y') }}

@if($invoice->billing_address)

Address:{{ $invoice->billing_address }}

@endif

Bill

{{ $service->ministry->display_name }}


Payment Code: #{{ $invoice->payment_code }}

@foreach($demandNotices as $notice) @endforeach
Description Qty Amount
{{ $notice->item }} {{ $notice->quantity }} {{ number_format($notice->amount, 2) }}
Amount Paid {{ number_format($invoice->total_amount_paid, 2) }}
Balance Amount {{ number_format($totalAmount - $invoice->total_amount_paid, 2) }}
Amount Paid {{ number_format($totalAmount, 2) }}

Billed To

{{ $invoice->customer_name }}

{{ $invoice->description }}

Make payment at www.pay.ogunstate.gov.ng or through banks and other OGSG approved payment channels. You will need the Payment Code on this bill to make payment