@extends('layouts.app') @section('content')

Edit Head Teacher

Back
{{-- ERROR ALERT --}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT') {{-- FULL NAME --}}
{{-- PHONE --}}
{{-- EMAIL --}}
{{-- NATIONAL ID --}}
{{-- COUNTY --}}
{{-- SUB-COUNTY --}}
{{-- CENTER --}}
{{-- SUBMIT BUTTONS --}}
Cancel
{{-- Optional AJAX for dynamic Sub-County and Center --}} @endsection