@extends('layouts.sidebar')
@section('title', 'Employee')
@section('content')
| ID |
Shift Name |
Shift Start |
Shift End |
Break Out |
Break In |
Status |
Action |
@include('Admin.Employee.shedule.pendingschedule')
@include('Admin.Employee.shedule.modal')
@endsection