Student ID
{{ $student->id ?? '' }}
Gender
{{ $student->gender->base_setup_name ?? '' }}
First Name
{{ $student->first_name ?? '' }}
Last Name
{{ $student->last_name ?? '' }}
Email
{{ $student->email ?? '' }}
Religion
{{ $student->religion ?? '' }}
Country
{{ $student->country->name ?? '' }}
Nationality
{{ $student->nationality->name ?? '' }}
Type
{{ $student->pricingPlanType->name ?? '' }}
@if ($student->pricingPlanType->name != 'B2C')
Parent
{{ $student->parent->fathers_name ?? '' }}
@endif
Mobile
{{ $student->mobile ?? '' }}
Other Mobile
{{ $student->another_mobile ?? '' }}
Birth Date
{{ $student->date_of_birth ?? '' }}
Age
{{ $student->age ?? '' }}