{{ $title }}
Report showing @if(session('user')->user_type_id == 1) Municipality-wise @endif Employee/Worker Attendance Report.
@if(session('error'))
@endif
@if(session('success'))
@endif
@if ($errors->any())
@endif
Error! {{ session('error') }}
Success! {{ session('success') }}
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
| # | @if(session('user')->user_type_id == 1)Municipality | @endifTotal Employees/Workers | Total App Users | Total Face Registered as on Date | Total Present | Total Absent |
|---|---|---|---|---|---|---|
| {{ $index + 1 }}. | @if(session('user')->user_type_id == 1){{ $list->municipality_name }} | @endif{{ $list->total_employees_count }} | {{ $list->total_employeeuser_count }} | {{ $list->total_face_added_count }} | {{ $list->total_present_count }} | {{ $list->total_absent_count }} |