@extends('layouts.app') @section('title', 'Application Submitted Successfully') @section('content')

Application Submitted Successfully!

Your application for St. Xavier's College, Burdwan has been received. Please keep your form number for future reference.

{{ $application->form_number }}
Name {{ $application->applicant_name }}
Course {{ $application->course }}
Category {{ $application->category }}
Gender {{ $application->gender }}
Email {{ $application->email }}
Status Submitted
Submitted On {{ $application->updated_at->timezone('Asia/Kolkata')->format('d M Y, h:i A') }}
What happens next?
New Application
@endsection