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

{{ $page->corporate_heading_en }}

{{ $page->corporate_description_en }}

Click Below to Learn More:
mark {{-- How to Apply --}} How To Apply
mark FAQs {{-- --}}
{{--
--}} {{-- www.moe.gov.ae --}} {{-- www.moe.gov.ae --}} {{--
--}}
mark Application Tracker {{-- Authenticate a Report --}}

{{ $page->corporate_sub_heading_en }}

{{ $page->long_description_en }}

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

{{ $card->description_en }}

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

{{ $card->description_en }}

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

{{ $card->description_en }}

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

{{ $card->description_en }}

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

{{ $card->description_en }}

@break @endswitch @endforeach {{--
Easy & Efficient Verification

Experience a streamlined verification & evaluationĀ  process that saves you time and effort. Submit your documents, track progress, and receive results all in one place.

start application

In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on

start application

In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on

start application

In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on

--}}

Select Country

@foreach ($countries as $country)

{{ $country->title_en }}

@endforeach

{{ $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 }}

{{ $applicationPage->testimonial_heading_en }}

{{ $applicationPage->testimonial_description_en }}

{{ $preferences->help_heading_en }}

{{ $preferences->help_description_en }}

{{ str_replace('-', ' ', pathinfo($preferences->help_image, PATHINFO_FILENAME)) }}
@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

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