@extends('front.layouts.master') @section('title', 'Residency Visa') @section('content')
--}} data-image-src="{{ asset('front/dev/assets/img/personal/about-bg.webp') }}">

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

{{ $service->banner_subtitle }}

Understanding Eligibility Descriptions

Service Descriptions

{!! $service->description !!}

{!! $service->other_description !!}

Understanding Eligibility Features

Service Features in the UAE

@foreach ($service->serviceFeatures as $serviceFeature)
{{ $serviceFeature->name }}
@endforeach
@endsection