@extends('front.layouts.master') @section('title', 'Service Detail') @section('content')

{{ $service->getTranslation('banner_title', session('locale') === 'en' ? 'en' : 'ar') }}

{{ $service->getTranslation('banner_subtitle', session('locale') === 'en' ? 'en' : 'ar') }}

@foreach ($service->serviceSections as $section) @if ($section->type == 'rtl')

{{ $section->getTranslation('subtitle', session('locale') === 'en' ? 'en' : 'ar') }}

{{ $section->getTranslation('title', session('locale') === 'en' ? 'en' : 'ar') }}

{!! $section->getTranslation('description', session('locale') === 'en' ? 'en' : 'ar') !!}

Comprehensive Support

We guide you from application to approval, ensuring a seamless experience.

Expertise You Can Trust

Our knowledgeable team ensures all documents meet UAE regulations.

Swift Processing

We work closely with government agencies to expedite your residency visa.

Tailored Assistance

Each client receives tailored support and clear answers at every stage.

@else

{{ $section->getTranslation('subtitle', session('locale') === 'en' ? 'en' : 'ar') }}

{{ $section->getTranslation('title', session('locale') === 'en' ? 'en' : 'ar') }}

{!! $section->getTranslation('description', session('locale') === 'en' ? 'en' : 'ar') !!}

Comprehensive Support

We guide you from application to approval, ensuring a seamless experience.

Expertise You Can Trust

Our knowledgeable team ensures all documents meet UAE regulations.

Swift Processing

We work closely with government agencies to expedite your residency visa.

Tailored Assistance

Each client receives tailored support and clear answers at every stage.

@endif @endforeach @endsection