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

موارد

ابدأ هنا
@if ($customer->apply_link) mark كيفية التقديم @endif
@if ($customer->external_text) mark {{ $customer->external_text }} @endif {{-- www.moe.gov.ae --}}
mark تعقب التطبيق
@if (!empty($customer->video_url))
للحصول على إرشادات حول كيفية إكمال طلبك، شاهد الفيديو أدناه:
@endif

{{ $customer->long_description_ar }}

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

{{ $card->description_ar }}

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

{{ $card->description_ar }}

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

{{ $card->description_ar }}

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

{{ $card->description_ar }}

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

{{ $card->description_ar }}

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

{{ $card->description_ar }}

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

{{ $card->description_ar }}

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

{{ $card->description_ar }}

@break @endswitch @endforeach

{{ $applicationPage->application_hub_ar }}

Dedicated Customer support
{{ $applicationPage->dedicated_ar }}
Fast Processing Time
{{ $applicationPage->processing_ar }}
Global coverage
{{ $applicationPage->global_ar }}
Leaders in verification
{{ $applicationPage->leaders_ar }}
Competitive Pricing
{{ $applicationPage->competitive_ar }}
@if (!empty($faqs))

الأسئلة المتداولة

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

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

@php $words = explode(' ', $faq['description_ar']); $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_ar }}

{{ $preferences->help_description_ar }}

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