@section('title') Payment Completed @endsection @section('breadcrumbs') {{ __('Application Number: ' . $application->application_no) }} @endsection @section('hide_title', true) @include('pages.company.application.partials.stepper', ['currentStep' => 4, 'type' => $application->type])

Payment Completed

Payment Completed!
Reference ID {{ $payment->reference_id ?? '-' }}
Application Number {{ $application->application_no }}
Invoice No. {{ $payment->invoice_no }}
Payment Date and Time {{ $payment->payment_at ? \Carbon\Carbon::parse($payment->payment_at)->format('d-m-Y H:i') : '00-00-0000 00:00' }}
Total RM{{ number_format($payment->total, 2) }}


{{-- Download Receipt --}} Proceed
@push('scripts') @endpush