Personal Information

ID
{{ $student->student_code ?? $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 && $student->pricingPlanType->name != 'B2C')
Parent
{{ $student->parent->fathers_name ?? '' }}

@endif --}}
Mobile
{{ $student->mobile_dial_code ?? '-' }} {{ $student->mobile ?? '-' }}

Other Mobile
{{ $student->another_mobile_dial_code ?? '-' }} {{ $student->another_mobile ?? '-' }}

Birth Date
{{ $student->date_of_birth ?? '' }}

Age
{{ $student->age ?? '' }}

Occupation
{{ $student->occupation ?? '' }}

{{--
Referrals

ID Name Status Discount Rate Date Actions
101 Mohamed Hassan Paid 15% April 2024
--}} {{--
Request Details

--}}