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

{{ $title }}

Report showing municipality-wise employee statistics.
@if(session('error'))
@endif @if(session('success'))
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{ $title }} List

@foreach ($params as $index => $list) @endforeach
# Municipality Total Available Employees
{{ $index + 1 }}. {{ $list->municipality_name }} {{ $list->total_employees_count }}
@include('common.footer')
@include('common.script')