@extends('layouts.app') @php $isAr = app()->getLocale() === 'ar'; $metaTitle = $isAr ? $country->hero_headline_ar : $country->hero_headline_en; $breadcrumbs = [['label' => $country->name(), 'url' => '#']]; @endphp @section('content')
@if ($template === 'live') {{-- Certified agent / full service — safe to show contact CTAs --}}

{{ $isAr ? 'وكيل معتمد' : 'Certified Agent' }} — {{ $country->name() }}

{{ $isAr ? $country->hero_headline_ar : $country->hero_headline_en }}

{{ $isAr ? $country->body_ar : $country->body_en }}

@if ($country->phone) {{ $country->phone }} @endif @if ($country->whatsapp) {{ $isAr ? 'واتساب' : 'WhatsApp' }} @endif
@else {{-- expansion-planned: the HONEST template — never claims a live agent that doesn't exist. See GccCountry::template(). --}}

{{ $isAr ? 'التوسع الخليجي' : 'GCC Expansion' }}

{{ $isAr ? 'خدماتنا قادمة إلى ' . $country->name() : 'Our Services Are Coming to ' . $country->name() }}

{{ $isAr ? 'نخطط للتوسع بخدماتنا ضمن استراتيجية النمو الخليجي.' : "We're planning to expand our services as part of our GCC growth strategy." }}

@endif
@endsection