{{ View::make('layout.header') }}

OT Request

@csrf
@if ($errors->has('username')) {!! $errors->first('username') !!} @endif
@if ($errors->has('reason')) {!! $errors->first('reason') !!} @endif

Overtime Request

{{--

Requested OT

 
Date Time Hours Reason Status Requested Date
--}}
{{ View::make('layout.footer') }}