@extends('layouts.form') @section('title') Edit Father @endsection @section('form-title') {{__('fathers.edit_father')}} @endsection @section('form-navigation')
  • {{__('fathers.list_fathers')}}
  • {{__('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

    {{__('fathers.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