@extends('layouts.public') @section('title', __('Clients & Partners')) @section('meta_description', __('Donors, government bodies, private sector clients and strategic collaborators ABACO INFRA works with.')) @section('content')

{{ __('Category') }}

{{ __('All') }} @foreach ($categories as $key => $label) {{ $label }} @endforeach
@if ($partners->isEmpty()) @else @foreach ($partners as $category => $group)

{{ \App\Models\Partner::CATEGORIES[$category] ?? Str::headline($category) }}

{{ $group->count() }}
@include('public.partials.partner-grid', ['partners' => $group])
@endforeach @endif
@endsection