@extends('layouts.form') @section('title') Add Mother @endsection @section('form-title') {{__('mothers.add_mother')}} @endsection @section('form-navigation')
  • {{__('mothers.list_mothers')}}
  • {{__('mothers.add_mother')}}
  • @endsection @section('form-tabs-li') @endsection @section('form-tabs-content')
    @csrf {{-- Basic Info Group --}}
    {{-- --}}
    {{-- Full Name --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Email --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Mobile Number --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Alternative Mobile Number --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Nationality --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- National Number --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Upload Image --}}
    {{-- --}} {{--
    Please choose a student_name.
    --}}
    {{-- Date of Birth --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Gender --}} {{--
    --}} {{--
    Please choose a student_name.
    --}} {{--
    --}} {{-- Mother Job --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Degree Of Kinship --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Marital Status --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Address Info --}}
    {{-- Address --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- City --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- State --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Country --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Landmark --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Socail Links --}} {{-- Education Info --}}
    {{-- Qualification --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- If other selected show the other qualification --}} {{-- Other Qualification --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Wedding Date --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Interests --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Mother Age At Student Birth --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Mother Relation With Child --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Student Attitudes Towards Parent --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Mother Pregnancy Number --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Mother Miscarriages Number --}}
    {{--
    Please choose a student_name.
    --}}
    @endsection