@extends('layouts.app_layout') @section('title') Edit Trainer @endsection @section('content') @include('inc.errors')
@csrf

Edit Father

Please enter your first, second and last names.
{{-- Email will be used . --}}

More Informations

@if ($student_father_profile->father_image !== null)
{{$student_father_profile->father_name}}
@endif
{{--
--}} {{--
--}}

Education INfo

{{-- If other selected show the other qualification --}}
Back To All Trainers @endsection