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

Attendace

@if (session('success'))
{{ session('success') }}
@endif
@csrf
@error('file')
{{ $message }}
@enderror
Employee ID Name Employee Time In Time Out Notes Actions
@else
You don't have privilege to access this page
@endif @endsection