Adama e-Service Portal
Home
Services
Login
{{--
eServices – Tajaajiloota Foddaa
--}}
Baga Gara Tajaajila Elektirooniksii Bulchiinsa Magaalaa Adaamaatti Nagayaan Dhuftan
Welcome to the Adama City Administration Electronic Services Portal
@php $allapplications = count(\App\Models\Application::all()); $approvedcount = count(\App\Models\Application::where('status', 'approved')->get()); $customercount = count(\App\Models\User::where('role_id', 4)->get()); @endphp
Tajaajiloota
{{ \App\Models\Service::count() }}
Tajaajila Gafatame
{{$allapplications}}
Tajaajiloota Deebii Argatan
{{$approvedcount}}
Maammiltoota
{{$customercount}}
Waajjiralee
{{ $officeCount }}
Tarree Waajjiroota
@forelse ($offices as $office)
{{ $office->name }}
@empty
No offices found.
@endforelse
@foreach ($windows as $window) @php $serviceCount = $window->services->count(); $totalFee = $window->services->sum(function ($service) { return is_numeric($service->payment) ? $service->payment : 0; }); @endphp
{{ $window->name }}
{{ $serviceCount }} Services
@foreach ($window->services as $service)
{{ $service->name }}
@endforeach
@endforeach
Service Title
Details will appear here.