@extends('templates.header') @section('content')

{{ $politique->title }}

Browse:

  • {{ App::getLocale() === 'ar' ? 'الرئيسية' : (App::getLocale() === 'fr' ? 'Accueil' : 'Home') }}
  • {{ $politique->title }}

 

{!! $politique->Desc !!}

@if ($politique->apercu) {{ $politique->titre }} @endif

{{ App::getLocale() === 'ar' ? 'أطلب عرض سعر مجاني' : (App::getLocale() === 'fr' ? 'Je demande un devis gratuit' : 'I request a free quote') }}

{{ App::getLocale() === 'ar' ? 'يشمل العرض رأي الطبيب حول حالتك بالإضافة إلى تقدير التكاليف للإقامة الشاملة' : (App::getLocale() === 'fr' ? 'Un devis comprend l’avis d’un médecin sur votre cas plus une estimation des coûts pour un séjour tout inclus.' : 'A quote includes the opinion of a doctor on your case, as well as an estimate of costs for an all-inclusive stay.') }}

@endsection