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

Edit Superior

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

More Informations

@if ($student_superior_profile->superior_image !== null)
{{$student_superior_profile->superior_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