{{ $title }}
Report showing municipality-wise employee statistics.
@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
| # | Municipality | Total Available Employees |
|---|---|---|
| {{ $index + 1 }}. | {{ $list->municipality_name }} | {{ $list->total_employees_count }} |