@extends('layouts.view') @section('title') View Superior @endsection @section('view-title') View Superior - {{ $student_superior_profile->superior_name }} @endsection @section('view-navigation')
| Superior Name | {{ $student_superior_profile->superior_name }} |
| Email Address | {{ $student_superior_profile->superior_email }} |
| Mobile Number | {{ $student_superior_profile->superior_phone }} |
| Alternative Mobile Number | {{ $student_superior_profile->superior_alternative_phone }} |
| Date of Birth | {{ $student_superior_profile->superior_dob }} |
| Gender | {{ $student_superior_profile->superior_gender }} |
| Nationality | {{ $student_superior_profile->superior_nationality }} |
| National Number | {{ $student_superior_profile->superior_national_number }} |
| Marital Status | {{ $student_superior_profile->superior_marital_status }} |
| Created By | {{ $student_superior_profile->createdPerson->full_name }} |
| Created Date | {{ $student_superior_profile->created_at }} |
| Address | {{ $student_superior_profile->superior_address }} |
| City | {{ $student_superior_profile->superior_city }} |
| State | {{ $student_superior_profile->superior_state }} |
| Country | {{ $student_superior_profile->superior_country }} |
| Landmark | {{ $student_superior_profile->superior_landmark }} |
| Superior Degree Of Kinship | {{ $student_superior_profile->superior_degree_of_kinship }} |
| Superior Job | {{ $student_superior_profile->superior_job }} |
| Superior Qualification | {{ $student_superior_profile->superior_qualification }} |
| Superior Qualification Other | {{ $student_superior_profile->superior_qualification_other }} |
| Superior Wedding Date | {{ $student_superior_profile->superior_wedding_date }} |
| Superior Interests | {{ $student_superior_profile->superior_interests }} |
| Superior Age At Student Birth | {{ $student_superior_profile->superior_age_at_student_birth }} |
| Superior Relation With Child | {{ $student_superior_profile->superior_relation_with_child }} |
| Superior Attitudes Towards Parent | {{ $student_superior_profile->superior_attitudes_towards_parent }} |
| Superior Pregnancy Number | {{ $student_superior_profile->superior_pregnancy_number }} |
| Superior Miscarriages Number | {{ $student_superior_profile->superior_miscarriages_number }} |
| Student Image | Student Name | Student Phone | Student Gender | Student DOB | Actions |
|---|---|---|---|---|---|
|
@if ($student->image !== null)
|
{{ $student->student_name }} |
{{ $student->phone }} |
{{ $student->gender }} |
{{ $student->dob }} |
|