@extends('layouts.minimal-payment') @section('title', 'Payment - M-Ajira Registration Fee') @section('content')

Registration Fee Payment

Complete your KES {{ $registrationFee }} registration fee to proceed

@if(session('success'))

Success!

{{ session('success') }}

@endif @if(session('error'))

Error

{{ session('error') }}

@endif @if($candidate->has_paid_registration_fee)

Payment Already Completed!

Thank you for completing your registration fee. You can now access your dashboard.

Go to Dashboard
@else @endif
@endsection @push('scripts') @endpush