@extends ('Layouts.Application') @section ('MainContent')
Logo FAIZUR RAHMAN IDEAL INSTITUTE
Student Profile
@if ($student->profile_image && file_exists(public_path('img/StudentPicture/' . $student->profile_image))) Images @else Images @endif

@if (!empty($admissionInfo)) @endif
Student Name {{ $student->student_name }}
Student ID {{ $student->system_generated_student_id }} Roll Number {{ $student->roll_no }}
Class {{ $student->ClassName }} Section {{ $student->SectionName }}
Group {{ $student->GroupName }} Shift And Version {{ $student->school_branch_name }}, {{ $student->school_version_name }}
Date of Birth {{ $student->birthday }} Gender @if ($student->gender == 1) Male @else Female @endif
Academic Year {{ $student->acc_year }} Admission Year {{ $student->year }}
Admission Information
Admission No. {{ $admissionInfo->admission_no }} Admission Class {{ $admissionInfo->admission_class }}
Admission Place {{ $admissionInfo->admission_place }} Admission Roll {{ $admissionInfo->admission_roll }}
Admission Date {{ $admissionInfo->admission_date }} Admission Section {{ $admissionInfo->admission_section }}
Parent Information
Father Name {{ $student->father_name }} Mother Name {{ $student->mother_name }}
Father Number {{ $student->father_mobile }} Mother Number {{ $student->mother_mobile }}
Father Profession {{ $student->father_profession }} Mother Profession {{ $student->mother_profession }}
Father Designation {{ $student->father_designation }} Mother Designation {{ $student->mother_designation }}
Father Age {{ $student->father_age }} Mother Age {{ $student->mother_age }}
Contact Information
Email {{ $student->email }} Contact Number {{ $student->contact_for_sms }}
Present Address {{ $student->present_address }}
Permanent Address {{ $student->permanent_address }}
@endsection