@php $courses = ['B.A.', 'B.Sc.', 'B.Com', 'BBA', 'BCA']; $categories = ['General', 'SC', 'ST', 'OBC', 'Catholic']; // Date split for DD MM YYYY boxes $dob = $app->date_of_birth ? \Carbon\Carbon::parse($app->date_of_birth) : null; $ddmm = $dob ? $dob->format('d/m/Y') : ''; // Address split into roughly two lines so it fits the printed lines $addrFull = trim($app->address ?? ''); // Subjects/marks — stored as JSON array of {name, full_marks, marks_obtained} $subjects = is_array($app->subjects_marks) ? $app->subjects_marks : []; @endphp
|
{{-- Optional college logo. Place file at public/images/college_logo.png
to have it appear here. --}}
@php $logo = public_path('images/logo.png'); @endphp
@if (file_exists($logo))
|
St. Xavier's College (Autonomous), Burdwan
ST. XAVIER'S ROAD ★ P.O. SRIPALLI ★
Dt. PURBA BARDHAMAN ★ W.B. 713103
Recognized by UGC under Section 2(f) & 12(B), NAAC B++ Grade, AICTE Approved
ISO Certified, A Jesuit Minority Autonomous Institution Academic Session 2026-2027
APPLICATION FORM – U.G COURSE
|
|
Form No. :
{{ $app->form_number }}
Name of the Course:
@foreach ($courses as $c)
{!! tick($app->course === $c) !!}
{{ $c }}
@endforeach
[Put (✓) on the appropriate option]
SUBJECT:
{{ $app->subject }}
Gender:
{!! tick($app->gender === 'Male') !!} Male
{!! tick($app->gender === 'Female') !!} Female
|
{{-- RIGHT: photo + category --}}
|
|
1. Name of the Applicant (In block letters) |
{!! charBoxes($app->applicant_name, 26) !!} |
| 2. Father's Name | {!! charBoxes($app->father_name, 26) !!} |
| 3. Mother's Name | {!! charBoxes($app->mother_name, 26) !!} |
| 4. Date of Birth: {!! charBoxes($ddmm, 10, 16) !!} | 5. Contact No. {!! charBoxes($app->contact_no, 12, 16) !!} |
| 6. Differently abled: {!! tick(!$app->differently_abled) !!} No {!! tick((bool) $app->differently_abled) !!} Yes | 7. Nationality {{ $app->nationality }} |
| 8. Religion: {{ $app->religion }} | 9. E-mail ID {{ $app->email }} |
| Pin {!! charBoxes($app->pincode, 6, 16) !!} |
|
11. Year of passing H.S./Equiv. Exam.
{!! charBoxes((string) $app->hs_passing_year, 4, 18) !!}
|
12. Name of the Board/Council
{!! charBoxes($app->board_name, 22, 16) !!}
|
|
H.S/Equiv. Details:
Reg. No.
{!! charBoxes($app->hs_reg_no, 14, 16) !!}
Unique ID / Roll No.
{!! charBoxes($app->hs_unique_id_roll, 14, 16) !!}
Students of W.B.C.H.S.E.:
(Language Subjects + Best of 3). Physical Education &
Environmental Sc./Studies can be considered if it is compulsory elective.
Other Boards: Best of 4 subjects.
Physical Education & Environmental Sc./Studies can be
considered if it is compulsory elective.
|
|||||||||||||||
|
Full Signature of the Guardian with Date
|
@if ($signature)
Full Signature of the Applicant with Date
|