@extends('layouts.form') @section('title') Edit Father @endsection @section('form-title') Edit Father @endsection @section('form-navigation')
  • List Fathers
  • Edit Father - {{ $student_father_profile->father_name }}
  • @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 --}}
    {{-- National Number --}}
    {{-- Upload Image --}}
    @if ($student_father_profile->father_image !== null)
    {{ $student_father_profile->father_name }}
    @else

    No Father Image

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