@extends('layouts.admin') @section('content') @include('include.datatable-css')
@include('include.export-button')
@include('include.flash-message')
{{ date('F d, Y') }}
Account ID Name Time In Time Out Hours Action
@include('include.datatable') @include('include.filters-common-js-part') @include('include.datatable-date-range-selector-js', ['url' => 'attendance']) @endsection