@extends('layouts.app') @section('title', 'Application Submitted Successfully') @section('content')
Your application for St. Xavier's College, Burdwan has been received. Please keep your form number for future reference.
| Name | {{ $application->applicant_name }} |
| Course | {{ $application->course }} |
| Category | {{ $application->category }} |
| Gender | {{ $application->gender }} |
| {{ $application->email }} | |
| Status | Submitted |
| Submitted On | {{ $application->updated_at->timezone('Asia/Kolkata')->format('d M Y, h:i A') }} |