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

Edit Mother

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

More Informations

@if ($student_mother_profile->mother_image !== null)
{{$student_mother_profile->mother_name}}
@endif

Education INfo

{{-- If other selected show the other qualification --}}
{{-- If Gender Female has been selected --}}
{{-- If Gender Female has been selected --}}
Back To All Mothers @endsection