@include('common.header_links')
@include('common.header') @include('common.sidebar')

{{ $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())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{-- Title --}}

{{ $title }}

{{-- Filters --}}
{{-- Search --}} {{-- Search Button --}} {{-- Reset --}} Reset
@if(session('user')->user_type_id == 1) @endif @foreach ($params as $index => $list) @if(session('user')->user_type_id == 1) @endif @endforeach
#Municipality Total Employees/Workers Total App Users Total Face Registered as on Date Total Present Total Absent
{{ $index + 1 }}.{{ $list->municipality_name }} {{ $list->total_employees_count }} {{ $list->total_employeeuser_count }} {{ $list->total_face_added_count }} {{ $list->total_present_count }} {{ $list->total_absent_count }}
@include('common.footer')
@include('common.script')