{{ $singleStudent->full_name }}
@lang('edulia.admission_id'): {{ $singleStudent->admission_no }}
@lang('edulia.gender'): {{ $singleStudent->gender->base_setup_name }}
@lang('edulia.name'): {{ $singleStudent->full_name }}
@lang('edulia.class'): {{ $singleStudent->studentRecord->class->class_name }}
@lang('edulia.section'): {{ $singleStudent->studentRecord->section->section_name }}
@lang('edulia.gender'): {{ $singleStudent->gender->base_setup_name ? $singleStudent->gender->base_setup_name : 'N/A' }}
@lang('edulia.dob'): {{ !empty($singleStudent->date_of_birth) ? dateConvert($singleStudent->date_of_birth) : 'N/A' }}
@lang('edulia.admission_date'): {{ !empty($singleStudent->admission_date) ? dateConvert($singleStudent->admission_date) : 'N/A' }}
@lang('edulia.religion'): {{ $singleStudent->religion->base_setup_name ? $singleStudent->religion->base_setup_name : 'N/A' }}
@lang('edulia.age'): {{ \Carbon\Carbon::parse($singleStudent->date_of_birth)->diff(\Carbon\Carbon::now())->format('%y years') }}
@lang('edulia.blood_group'): {{ $singleStudent->bloodGroup->base_setup_name ? $singleStudent->bloodGroup->base_setup_name : 'N/A' }}
@lang('edulia.group'): {{ $singleStudent->group ? $singleStudent->group->group : 'N/A' }}
@lang('edulia.category'): {{ $singleStudent->category->category_name ? $singleStudent->category->category_name : 'N/A' }}
@lang('edulia.student_group'): {{ $singleStudent->student_group_id ? $singleStudent->group->group : 'N/A' }}
@lang('edulia.height'): {{ $singleStudent->height ? $singleStudent->height : 'N/A' }}
@lang('edulia.weight'): {{ $singleStudent->weight ? $singleStudent->weight : 'N/A' }}
@lang('edulia.previous_school'): {{ $singleStudent->previous_school_details ? $singleStudent->previous_school_details : 'N/A' }}
@lang('edulia.fathers_name'): {{ $singleStudent->parents->fathers_name ? $singleStudent->parents->fathers_name : 'N/A' }}
@lang('edulia.fathers_occupation'): {{ $singleStudent->parents->fathers_occupation ? $singleStudent->parents->fathers_occupation : 'N/A' }}
@lang('edulia.mothers_name'): {{ $singleStudent->parents->mothers_name ? $singleStudent->parents->mothers_name : 'N/A' }}
@lang('edulia.mothers_occupation'): {{ $singleStudent->parents->mothers_occupation ? $singleStudent->parents->mothers_occupation : 'N/A' }}
@lang('edulia.guardian_name'): {{ $singleStudent->parents->guardians_name ? $singleStudent->parents->guardians_name : 'N/A' }}
@lang('edulia.guardian_occupation'): {{ $singleStudent->parents->guardians_occupation ? $singleStudent->parents->guardians_occupation : 'N/A' }}
@lang('edulia.guardians_relation'): {{ $singleStudent->parents->guardians_relation ? $singleStudent->parents->guardians_relation : 'N/A' }}
@lang('edulia.present') @lang('edulia.address'): {{ $singleStudent->current_address ? $singleStudent->current_address : 'N/A' }}
@lang('edulia.permanent') @lang('edulia.address'): {{ $singleStudent->permanent_address ? $singleStudent->permanent_address : 'N/A' }}