@extends('main')
@section('css')
@endsection
@section('content')
{{-- --}}
@if(Auth::user()->fkUserType == "admin")
@endif
| Emp ID |
Name |
Department |
Total Attendance |
Total Late |
Average Working hour |
Total Leave |
Weekend |
{{-- Weekend Count | --}}
Action |
@endsection
@section('js')
@endsection