@extends('layouts.guest-layouts.guest-payment', ['pageTitle' => $pageTitle ?? 'Validate Payment Code']) @section('more-styles') @stop @section('side-box-content')
A mail has been sent to your email address with the bill, please check for the payment code
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 }} |
Enter Your @if(!$paymentCode) Payment Code and @endif Details Below to Begin