@extends('layouts.app')
@section('title', 'Admission Form – P.G.')
@section('content')
{{-- Stepper --}}
{{-- Info bar --}}
Congratulations! Your P.G. application has been selected for admission to
St. Xavier's College, Burdwan. Please complete the admission form below.
All fields marked * are required.
@if ($errors->any())
Please correct the errors below and try again.
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@push('scripts')
@endpush