@extends('layouts.sidebar') @section('title', 'Attendance') @section('content') @if (in_array('Manage Attendance', $privileges)) @include('Admin.Attendance.complete.modal')

Overtime Request

Employee ID Name Employee Date Time In Time Out Overtime Late Actions
@else
You don't have privilege to access this page
@endif @endsection