@extends('layouts.view') @section('title') View Superior @endsection @section('view-title') {{__('superiors.view_superior')}} - {{ $student_superior_profile->superior_name }} @endsection @section('view-navigation')
  • {{__('superiors.list_superiors')}}
  • {{__('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 --}}
    {{__('superiors.superior_info')}}
    {{__('superiors.full_name')}} {{ $student_superior_profile->superior_name }}
    {{__('superiors.email_address')}} {{ $student_superior_profile->superior_email }}
    {{__('superiors.mobile_number')}} {{ $student_superior_profile->superior_phone }}
    {{__('superiors.alternative_mobile_number')}} {{ $student_superior_profile->superior_alternative_phone }}
    {{__('superiors.dob')}} {{ $student_superior_profile->superior_dob }}
    {{__('superiors.gender')}} {{ $student_superior_profile->superior_gender }}
    {{__('superiors.nationality')}} {{ $student_superior_profile->superior_nationality }}
    {{__('superiors.national_number')}} {{ $student_superior_profile->superior_national_number }}
    {{__('superiors.marital_status')}} {{ $student_superior_profile->superior_marital_status }}
    {{__('superiors.created_by')}} {{ $student_superior_profile->createdPerson->full_name }}
    {{__('superiors.created_date')}} {{ $student_superior_profile->created_at }}
    {{-- Superior Address --}}
    {{__('superiors.superior_address')}}
    {{__('superiors.address')}} {{ $student_superior_profile->superior_address }}
    {{__('superiors.city')}} {{ $student_superior_profile->superior_city }}
    {{__('superiors.state')}} {{ $student_superior_profile->superior_state }}
    {{__('superiors.country')}} {{ $student_superior_profile->superior_country }}
    {{__('superiors.landmark')}} {{ $student_superior_profile->superior_landmark }}
    {{-- Superior Social Media --}}
    {{__('superiors.superior_social_media')}}
    {{-- Send Email --}} {{-- Send Whatsapp to Superior --}}
    {{__('superiors.send_whatsApp_superior')}}

    {{-- Superior Other Info --}}
    {{__('superiors.superior_other_info')}}
    {{__('superiors.superior_degree_kinship')}} {{ $student_superior_profile->superior_degree_of_kinship }}
    {{__('superiors.superior_job')}} {{ $student_superior_profile->superior_job }}
    {{__('superiors.superior_qualification')}} {{ $student_superior_profile->superior_qualification }}
    {{__('superiors.superior_other_qualification')}} {{ $student_superior_profile->superior_qualification_other }}
    {{__('superiors.superior_wedding_date')}} {{ $student_superior_profile->superior_wedding_date }}
    {{__('superiors.superior_interests')}} {{ $student_superior_profile->superior_interests }}
    {{__('superiors.superior_age_at_student_birth')}} {{ $student_superior_profile->superior_age_at_student_birth }}
    {{__('superiors.superior_relation_with_child')}} {{ $student_superior_profile->superior_relation_with_child }}
    {{__('superiors.student_attitudes_towards_parent')}} {{ $student_superior_profile->superior_attitudes_towards_parent }}
    {{__('superiors.superior_pregnancy_number')}} {{ $student_superior_profile->superior_pregnancy_number }}
    {{__('superiors.superior_miscarriages_number')}} {{ $student_superior_profile->superior_miscarriages_number }}
    {{-- Superior His Children Data --}}
    {{__('superiors.superior_childrens')}}
    @foreach ($students as $student) @endforeach
    {{__('superiors.student_image')}} {{__('superiors.student_name')}} {{__('superiors.student_phone')}} {{__('superiors.student_gender')}} {{__('superiors.student_dob')}} {{__('superiors.actions')}}
    @if ($student->image !== null) {{ $student->student_name }} @else {{__('superiors.no_student_image')}} @endif

    {{ $student->student_name }}

    {{ $student->phone }}

    {{ $student->gender }}

    {{ $student->dob }}

    @endsection