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

Assign Teacher on Duty

Back
{{-- ERROR ALERT --}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf {{-- SELECT TEACHER --}}
{{-- AUTO-FILLED FIELDS --}}
{{-- DUTY DATE --}}
{{-- SUBMIT --}}
Cancel
{{-- AJAX AUTO-FILL --}} @endsection