@extends('layouts.app') @section('content')
@php $page_name = 'Hr > Employee Attendance'; $page_number = 1; @endphp @include('layouts.table_top')
@csrf
{{-- Mark as Holiday --}}
{{-- Department --}}
{{-- Employee --}}
{{-- Date --}}
{{-- Filter button --}}
{{-- tbody is initially empty; we fill via AJAX on page load --}}
SL Fingerprint/Emp No. Employee Name & ID Attendance In Time Out Time Note
{{-- Keep selected date for POST (kept in sync by JS) --}}
@endsection @push('script') @endpush