@extends('website.layouts.app') @section('content')
Click Below to Learn More
mark How To Apply {{--
--}} {{-- mark www.moe.gov.ae --}} {{-- www.moe.gov.ae --}} {{--
--}}
mark Application Tracker {{-- Application Tracker --}}

{{ $page->long_heading_en }}

{{ $page->long_description_en }}

@foreach ($accountsItems as $index => $card) @switch($loop->iteration % 5) @case(1)
Easy & Efficient {{-- Easy & Efficient --}}
{{ $card->item_en }}

{{ $card->description_en }}

@break @case(2)
Insightful Reporting {{-- Insightful Reporting --}}
{{ $card->item_en }}

{{ $card->description_en }}

@break @case(3)
Support {{-- Support --}}
{{ $card->item_en }}

{{ $card->description_en }}

@break @case(4)
Secure {{-- Secure --}}
{{ $card->item_en }}

{{ $card->description_en }}

@break @case(0)
Perosnal
{{ $card->item_en }}

{{ $card->description_en }}

@break @endswitch @endforeach

Select Country

@foreach ($countries as $country)
{{ str_replace('-', ' ', pathinfo(substr($country->image,11), PATHINFO_FILENAME)) }}

{{ $country->title_en }}

@endforeach
{{--
--}}

{{ $page->concierge_heading_en }}

{{ $page->concierge_description_en }}

{{--
--}}
{{ str_replace('-', ' ', pathinfo($page->concierge_image, PATHINFO_FILENAME)) }}

{{ $applicationPage->application_hub_en }}

{{--

{!! $page->application_hub_description_en !!}

--}}
Dedicated Customer support
{{ $applicationPage->dedicated_en }}
Fast Processing Time
{{ $applicationPage->processing_en }}
Global Coverage
{{ $applicationPage->global_en }}
Leaders in verification
{{ $applicationPage->leaders_en }}
Competitive Pricing
{{ $applicationPage->competitive_en }}
@if (!empty($faqs))

frequently asked questions

@foreach ($faqs as $index => $faq)
Faq

{!! Str::words($faq->title_en, 1000, '') !!}

@php $words = explode(' ', $faq['description_en']); $previewWords = implode(' ', array_slice($words, 0, 10)); // First 10 words $remainingWords = implode(' ', array_slice($words, 10)); // Remaining words @endphp
{{ $previewWords }}...
@endforeach
@endif

{{ $applicationPage->testimonial_heading_en }}

{{ $applicationPage->testimonial_description_en }}

@endsection