@extends('layouts.app') @section('title', 'Contact โ€” IZONE Africa ร— Magic City') @section('content')

Contact Us

Talk to real people who know the gear โ€” we usually reply within a few hours.

๐Ÿ“ž Call {{ $shop['contacts']['contact_phone_1'] ?? '' }} ยท {{ $shop['contacts']['contact_phone_2'] ?? '' }}
๐Ÿ“ Address {{ $shop['contacts']['contact_address'] ?? 'Nairobi CBD' }}

๐Ÿ’ผ Contact a Department

Reach the right team directly โ€” every department is routed through the admin-managed contact center.

@forelse($shop['support_departments'] ?? [] as $department) @php $number = $department['wa'] ?? $department['whatsapp'] ?? null; @endphp @if($number) {{ $department['emoji'] ?? $department['icon'] }}
{{ $department['name'] }} {{ $department['description'] ?? '' }}
โ†’
@else
{{ $department['emoji'] ?? $department['icon'] }}
{{ $department['name'] }} {{ $department['description'] ?? '' }} โ€” contact info pending in admin.
@endif @empty
๐Ÿ’ฌ
Departments coming soon
@endforelse
@endsection