@extends('layouts.studentapp') @section('title', 'Student Personal Information') @include('admin.components.toster') @include('admin.components.tosterjs') @section('content')
| Menu | Data | Menu | Data | Menu | Data |
|---|---|---|---|---|---|
| Father's Name | {{ $info->father }} | Father's Name (Bangla) | {{ $info->father_bn }} | Occupation | {{ $info->father_occupation }} |
| Father's NID | {{ $info->father_nid }} | Mobile | {{ $info->father_mobile }} | Income | {{ $info->father_annual_income }} |
| Mother's Name | {{ $info->mother }} | Mother's Name (Bangla) | {{ $info->mother_bn }} | Occupation | {{ $info->mother_occupation }} |
| Mother's NID | {{ $info->mother_nid }} | Mobile | {{ $info->mother_mobile }} | Annual Income | {{ $info->mother_annual_income }} |
| Menu | Data | Menu | Data | Menu | Data |
|---|---|---|---|---|---|
| Guardian's Name | {{ $info->guardian }} | Guardian's Name (Bangla) | {{ $info->guardian_bn }} | Occupation | {{ $info->guardian_occupation }} |
| Guardian's NID | {{ $info->guardian_nid }} | Mobile | {{ $info->guardian_mobile }} | Relationship | {{ $info->guardian_relationship }} |
| Menu | Data | Menu | Data | Menu | Data |
|---|---|---|---|---|---|
| Present Address | |||||
| Country | {{ optional($info->country)->name }} | District | {{ optional($info->district)->name }} | Police Station | {{ $info->police_station }} |
| Post Office | {{ $info->post_office }} | Post Code | {{ $info->post_code }} | Address | {{ $info->address }} |
| Permanent Address | |||||
| Country | {{ optional($info->percountry)->name }} | District | {{ optional($info->perdistrict)->name }} | Police Station | {{ $info->per_police_station }} |
| Post Office | {{ $info->per_post_office }} | Post Code | {{ $info->per_post_code }} | Address | {{ $info->per_address }} |
|
@if ($info->father_avatar)
|
@if ($info->mother_avatar)
|
@if ($info->guardian_avatar)
|
| Father's Photo | Mother's Photo | Guardian's Photo |