{{$user->section->class->school->name}}

{{$user->section->class->school->about}}

@lang('Student Profile')

@lang('Printing Date'): {{Carbon\Carbon::now()->format('d/m/Y')}}

@lang('Academic Information')

@lang('Student ID'): {{$user->student_code}} @lang('Student's Name'): {{$user->name}}
@lang('Class'): {{$user->section->class->class_number}} @lang('Section'): {{$user->section->section_number}}
@lang('Session'): {{$user->session}} @lang('Version'): {{$user->version}}
@lang('Group'): {{$user->group}}

@lang('Personal details')

@lang('Email'): {{$user->email}} @lang('Contact Number') {{$user->phone_number}}
@lang('Gender'): {{$user->gender}} @lang('Blood Group'): {{$user->blood_group}}
@lang('Nationality'): {{$user->nationality}} @lang('Birthday'): {{Carbon\Carbon::parse($user->birthday)->format('d/m/Y')}}
@lang('Religion'): {{$user->religion}} @lang('Father Name'): {{$user->father_name}}
@lang('Mother Name'): {{$user->mother_name}} @lang('Address'): {{$user->address}}
@lang('Phone Number'): {{$user->phone_number}} @lang('Father's Phone Number'): {{$user->father_phone_number}}
@lang('Father's National ID'): {{$user->father_national_id}} @lang('Father's Occupation'): {{$user->father_occupation}}
@lang('Father's Designation'): {{$user->father_designation}} @lang('Father's Annual Income'): {{$user->father_annual_income}}
@lang('Mother's Phone Number'): {{$user->mother_phone_number}} @lang('Mother's National ID'): {{$user->mother_national_id}}
@lang('Mother's Occupation'): {{$user->mother_occupation}} @lang('Mother's Designation'): {{$user->mother_designation}}
@lang('Mother's Annual Income'): {{$user->mother_annual_income}} @lang('About'): {{$user->about}}