@extends('layouts.form') @section('title') Edit Superior @endsection @section('form-title') {{__('superiors.edit_superior')}} @endsection @section('form-navigation')
  • {{__('superiors.list_superiors')}}
  • {{__('superiors.edit_superior')}} - {{ $student_superior_profile->superior_name }}
  • @endsection @section('form-tabs-li') @endsection @section('form-tabs-content')
    @csrf
    {{-- Basic Info Group --}}
    {{-- --}}
    {{-- Full Name --}}
    {{-- Email --}}
    {{-- Mobile Number --}}
    {{-- Alternative Mobile Number --}}
    {{-- Nationality --}}
    {{-- National Number --}}
    {{-- Upload Image --}}
    @if ($student_superior_profile->superior_image !== null)
    {{ $student_superior_profile->superior_name }}
    @else

    {{__('superiors.no_superior_image')}}

    @endif
    {{-- Date of Birth --}}
    {{-- Gender --}}
    {{-- Superior Job --}}
    {{-- Degree Of Kinship --}}
    {{-- Marital Status --}}
    {{-- Address Info --}}
    {{-- Address --}}
    {{-- City --}}
    {{-- State --}}
    {{-- Country --}}
    {{-- Landmark --}}
    {{-- Socail Links --}} {{-- Education Info --}}
    {{-- Qualification --}}
    {{-- If other selected show the other qualification --}} {{-- Other Qualification --}}
    {{-- Wedding Date --}}
    {{-- Interests --}}
    {{-- Superior Age At Student Birth --}}
    {{-- Superior Relation With Child --}}
    {{-- Student Attitudes Towards Parent --}}
    {{-- Superior Pregnancy Number --}}
    {{__('superiors.if_geneder_female')}}
    {{-- Superior Miscarriages Number --}}
    {{__('superiors.if_geneder_female')}}
    @endsection