@extends('payroll.employee_frontend.layouts.employee') @section('content')
Edit Holiday OT Request
@if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@csrf
Back
@endsection