@extends('layouts.service-details-layout') @section('more-styles') @endsection @section('content')
  • Service: ######
  • Date: {{ now()->format('jS M, Y') }}
  • Address: ##########

Bill

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

  • Payment Code: #0000006789
@foreach($demandNotices as $notice) @endforeach
Description Quantity Amount
{{ $notice->item }} 1 {{ number_format($notice->amount, 2) }}
Amount Paid 0.00
Balance Amount 0.00
Total Amount {{ number_format($totalAmount, 2) }}

Billed To

Payee name

  • Bill Number: #09049
{!! QrCode::size(250)->generate(config('app.OGSG_GENERAL_PAYMENT_URL') . '0000006789'); !!}

Make payment at http://pay.ogunstate.gov.ng by entering your Payment Code on the Ogun State Billing & Payment Management System (BPMS) or by scanning the QR Code on the BPMS

@endsection