@vite(['resources/css/app.css', 'resources/js/app.jsx'])
{{ $application->application_number }}
{{ $application->program->name ?? 'N/A' }}
Application Submitted
@if($application->submitted_at){{ $application->submitted_at->format('M d, Y H:i') }}
@endifUnder Review
@if($application->reviewed_at){{ $application->reviewed_at->format('M d, Y H:i') }}
@endif@if($application->status === 'accepted' || $application->status === 'enrolled') Application Accepted @elseif($application->status === 'rejected') Application Rejected @else Decision Pending @endif
Enrolled
Congratulations! You are now enrolled.
{{ $application->email }}
{{ $application->phone }}
{{ $application->program->name ?? 'N/A' }}
{{ $application->academicYear->name ?? 'N/A' }}
{{ str_replace('_', ' ', $application->admission_type ?? 'N/A') }}
₦{{ number_format($application->application_fee ?? 0, 2) }} {{ $application->fee_paid ? 'Paid' : 'Not Paid' }}
{{ $application->review_notes }}
Your application has been accepted. You will receive further instructions via email regarding enrollment procedures, payment of fees, and other important information.
Please check your email regularly and ensure you complete all required steps before the deadline.
Your application is being reviewed by our admissions team. You will be notified via email once a decision has been made.