@extends('layouts.app_layout') @section('title') Edit Trainer @endsection @section('content') @include('inc.errors')
@csrf
Edit Father
Full Name
Please enter your first, second and last names.
Email
{{--
Email will be used .
--}}
More Informations
Address
City
State
Country
Landmark
Phone
Alternative Phone Number
Nationality
National Number
Date Of Birth
@if ($student_father_profile->father_image !== null)
@endif
Upload Image
{{--
Gender
Male
Female
--}} {{--
Marital Status
Single
Married
Divorced
--}}
Job
Degree Of Kinship
FaceBook Link
Twitter Link
Social Media Link
Social Media Link
Education INfo
Qualification
father_qualification == "Bachelor" ? 'selected' : '' }} @else {{ old('father_qualification') == "Bachelor" ? 'selected' : '' }} @endif >Bachelor
father_qualification == "Diploma" ? 'selected' : '' }} @else {{ old('father_qualification') == "Diploma" ? 'selected' : '' }} @endif >Diploma
father_qualification == "Phd" ? 'selected' : '' }} @else {{ old('father_qualification') == "Phd" ? 'selected' : '' }} @endif >Phd
father_qualification == "Other" ? 'selected' : '' }} @else {{ old('father_qualification') == "Other" ? 'selected' : '' }} @endif >Other
{{-- 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
Submit
Back To All Trainers
@endsection