@extends('layouts.app_layout') @section('title') Edit Superior @endsection @section('content') @include('inc.errors')
@csrf
Edit Superior
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_superior_profile->superior_image !== null)
@endif
Upload Image
Job
Gender
superior_gender == "Male" ? 'selected' : '' }} @else {{ old('superior_gender') == "Male" ? 'selected' : '' }} @endif >Male
superior_gender == "Female" ? 'selected' : '' }} @else {{ old('superior_gender') == "Female" ? 'selected' : '' }} @endif >Female
Degree Of Kinship
FaceBook Link
Twitter Link
Social Media Link
Social Media Link
Education INfo
Qualification
superior_qualification == "Bachelor" ? 'selected' : '' }} @else {{ old('superior_qualification') == "Bachelor" ? 'selected' : '' }} @endif >Bachelor
superior_qualification == "Diploma" ? 'selected' : '' }} @else {{ old('superior_qualification') == "Diploma" ? 'selected' : '' }} @endif >Diploma
superior_qualification == "Phd" ? 'selected' : '' }} @else {{ old('superior_qualification') == "Phd" ? 'selected' : '' }} @endif >Phd
superior_qualification == "Other" ? 'selected' : '' }} @else {{ old('superior_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
{{-- If Gender Female has been selected --}}
Mother Pregnancy Number
{{-- If Gender Female has been selected --}}
Mother Miscarriages Number
Submit
Back To All Mothers
@endsection