{{-- Header --}}
Rai University Form No: {{ $student->form_no }}
{{-- Student Photo (positioned top right) --}} @if($photoData) @endif

ADMISSION FORM

Personal Details
Course{{ $student->program }}
Full Name{{ $student->name }}
Date of Birth {{ $student->dob?->format('d/m/Y') }} Gender {{ $student->gender }}
Category {{ $student->category }} Nationality {{ $student->nationality }}
Mobile {{ $student->mobile }} Alternate Mobile {{ $student->altmobile }}
Email{{ $student->email }}
Address {{ $student->address }}
{{ $student->city }}, {{ $student->district }}
{{ $student->state }} - {{ $student->pincode }}
Academic Qualifications
@if($student->year10) @endif @if($student->year12) @endif @if($student->yeargra) @endif @if($student->yearpostgra) @endif
Qualification Year Board / University Stream %
10th {{ $student->year10 }} {{ $student->board10 }} {{ $student->stream10 }} {{ $student->percent10 }}
12th {{ $student->year12 }} {{ $student->board12 }} {{ $student->stream12 }} {{ $student->percent12 }}
Graduation {{ $student->yeargra }} {{ $student->boardgra }} {{ $student->streamgra }} {{ $student->percentgra }}
Post Graduation {{ $student->yearpostgra }} {{ $student->boardpostgra }} {{ $student->streampostgra }} {{ $student->percentpostgra }}


Declaration:
I hereby declare that the information furnished above is true and correct to the best of my knowledge.
@if($signData)
@else


@endif Student Signature