@extends('website.layouts.app') @section('content')

{{ $customer->title_en }}

{{--
{{ str_replace('-', ' ', pathinfo($customer->thumbnail_image, PATHINFO_FILENAME)) }}
--}}

Resources

Start Here
@if ($customer->apply_link) mark How to Apply @endif
mark FAQs {{-- FAQs --}}
@if ($customer->external_text) mark {{ $customer->external_text }} @endif {{-- www.moe.gov.ae --}}
@if (!empty($customer->video_url))
For guidance on completing your application, watch the video below:
@endif

{{ $customer->long_description_en }}

@foreach ($items as $index => $card) @switch($loop->iteration % 8) @case(1) {{-- First design --}}
Step 1
{{ $card['item_en'] }}

{{ $card->description_en }}

@break @case(2) {{-- Second design --}}
Step 2
{{ $card['item_en'] }}

{{ $card->description_en }}

@break @case(3) {{-- First design --}}
Step 3
{{ $card['item_en'] }}

{{ $card->description_en }}

@break @case(4) {{-- Second design --}}
Step 4
{{ $card['item_en'] }}

{{ $card->description_en }}

@break @case(5) {{-- Third design (same as the first one) --}}
Step 5
{{ $card['item_en'] }}

{{ $card->description_en }}

@break @case(6) {{-- Fourth design (same as the second one) --}}
Step 6
{{ $card['item_en'] }}

{{ $card->description_en }}

@break @case(7) {{-- Third design (same as the first one) --}}
Step 7
{{ $card['item_en'] }}

{{ $card->description_en }}

@break @case(0) {{-- Fourth design (same as the second one) --}}
Step 8
{{ $card['item_en'] }}

{{ $card->description_en }}

@break @endswitch @endforeach
{{-- --}}

{{ $applicationPage->application_hub_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)
Faqs

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

@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

{{ $preferences->help_heading_en }}

{{ $preferences->help_description_en }}

{{ str_replace('-', ' ', pathinfo($preferences->help_image, PATHINFO_FILENAME)) }}

Explore Our Top Articles

{{--

In publishing and graphic design, Lorem ipsum is a placeholder

--}}
{{-- @if (count($contents) > 0) @foreach ($contents as $content)
@if ($content->category) {{ $content->category->title_en }} @endif
{{ $content->created_at->format('d F, Y') }}
@if (!empty($content->read_time))
Read Time: {{ $content->read_time }} Minutes
@endif

{!! Str::limit($content->title_en, 36, ' ...') !!}

{!! Str::limit($content->short_description_en, 85, ' ...') !!}

Read more
@endforeach @endif --}} @if (count($contents) > 0) @foreach ($contents as $content) @endforeach @endif
@endsection