@extends('layouts.guest-layouts.guest-payment', ['pageTitle' => $pageTitle ?? 'Validate Payment Code']) @section('more-styles') @stop @section('content')

OGUN STATE
Billing & Payments Management System (BPMS)

Every bill has a unique reference number called the “Payment Code”. With this payment code, payments can be made through the approved Channels.

@csrf
@component('components.captcha', ['recaptchaAction' => 'validate_paymentcode', 'buttonToDisable' => 'submitPaymentCode']) @endcomponent
@stop