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

Edit Teacher on Duty

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT') {{-- Full Name --}}
{{-- ID Number --}}
{{-- Phone --}}
{{-- Duty Date --}}
{{-- County --}}
{{-- SubCounty --}}
{{-- Center --}}
{{-- Password --}}
Cancel
@endsection