@foreach ([
['North Central', 'Connecting women and representatives across the North Central region.'],
['North East', 'Building regional connections and participation across the North East.'],
['North West', 'Coordinating women and activities across the North West.'],
['South East', 'Connecting women and representatives across the South East.'],
['South South', 'Supporting regional coordination and engagement across the South South.'],
['South West', 'Connecting women and representatives across the South West.'],
['Diaspora', 'Connecting participating women outside Nigeria, with representation across international communities.'],
] as $zone)
{{ collect(explode(' ', $zone[0]))->map(fn ($w) => mb_substr($w, 0, 1))->implode('') }}
{{ $zone[0] }}
{{ $zone[1] }}
@endforeach