{{ $title }} as on Date
Report showing @if(session('user')->user_type_id == 1) Municipality-wise @endif Employee/Worker & Face Registration Summary.
@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
{{ $title }} List
| # | @if(session('user')->user_type_id == 1)Municipality | @endif
Office-based Employees/Workers
(App. User) |
Office & Field-based Employees/Workers
(App. User) |
Field Workforce & Conservancy Employees/Workers
(Not App. User) |
Total Employees/Workers | Total App Users | Total Face Registered as on Date |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }}. | @if(session('user')->user_type_id == 1){{ $list->municipality_name }} | @endif{{ $list->total_office_based_personnel_count }} | {{ $list->total_office_and_field_based_personnel_count }} | {{ $list->total_field_workforce_and_conservancy_personnel_count }} | {{ $list->total_employees_count }} | {{ $list->total_employeeuser_count }} | {{ $list->total_face_added_count }} |