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

Billing Details


Payment Code #{{ $invoice->payment_code}}
Bill Description {{ $invoice->description}}
Billed To {{ $invoice->customer_name ?? $invoice->applicantFullName() }}
Ministry {{ $invoice->ministryName() }}
Service {{ $invoice->serviceName() }}
Bill Date {{ $invoice->created_at->format('jS F, Y') }}
Bill Number #{{ str_pad($paymentDetails->application_entry_id, 4, 0, STR_PAD_LEFT) }}
Billed Amount {{ number_format($invoice->invoice_amount, 2) }}
Payment Status {{ $paymentStatus }}
@if(!$fullyPaid)
@csrf
@endif
Payment Providers Logos
@stop