@extends('layouts.form') @section('title') Edit Mother @endsection @section('form-title') {{__('mothers.edit_mother')}} @endsection @section('form-navigation')
  • {{__('mothers.list_mothers')}}
  • {{__('mothers.edit_mother')}} - {{ $student_mother_profile->mother_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_mother_profile->mother_image !== null)
    {{ $student_mother_profile->mother_name }}
    @else

    {{__('mothers.no_mother_image')}}

    @endif
    {{-- Date of Birth --}}
    {{-- Mother 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 --}}
    {{-- Mother Age At Student Birth --}}
    {{-- Mother Relation With Child --}}
    {{-- Student Attitudes Towards Parent --}}
    {{-- Mother Pregnancy Number --}}
    {{-- Mother Miscarriages Number --}}
    @endsection