@extends('layouts.view') @section('title') View Superior @endsection @section('view-title') View Superior - {{ $student_superior_profile->superior_name }} @endsection @section('view-navigation')
  • List Superiors
  • View Superior
  • @endsection @section('view-panel')
    @if ($student_superior_profile->superior_image !== null) {{ $student_superior_profile->superior_name }} @else {{ ucfirst($student_superior_profile->superior_name[0]) }} @endif

    {{ $student_superior_profile->superior_name }}

    @endsection @section('view-tabs') {{-- Superior Info --}}
    Superior Info
    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 }}
    {{-- Superior Address --}}
    Superior Address
    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 Social Media --}}
    Superior Social Media
    {{-- Send Email --}} {{-- Send Whatsapp to Superior --}}
    Send Whatsapp to Superior

    {{-- Superior Other Info --}}
    Superior Other Info
    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 }}
    {{-- Superior His Children Data --}}
    Superior Children Data
    @foreach ($students as $student) @endforeach
    Student Image Student Name Student Phone Student Gender Student DOB Actions
    @if ($student->image !== null) {{ $student->student_name }} @else No Student Image @endif

    {{ $student->student_name }}

    {{ $student->phone }}

    {{ $student->gender }}

    {{ $student->dob }}

    @endsection