@php $title = langContentNav('title'); $seo_title = langContentNav('seo_title'); $description = langContentNav('description'); $meta_tags = langContentNav('meta_tags'); $seoTitle = isset($page) ? $page->$seo_title ?? $page->seo_title : null; $title = isset($page) ? $page->$title ?? $page->title : null; $finalTitle = isset($page) ? ($seoTitle ? $seoTitle : $title) : null; $finalDescription = isset($page) ? ($page->$description ? $page->$description : $page->description) : null; @endphp {{-- Hiro Section --}}
{{-- Nav --}} @php $hiro_section = $page->hiro_section[0]; @endphp

{{ $hiro_section['main_title'] }}

{{ $hiro_section['sub_content'] }}

{{-- Advantages --}}
@php $advantages = $page->advantages[0]; @endphp

{{ $advantages['main_title'] }}

{{ $advantages['sub_title'] }}

@foreach ($advantages['cards'] as $card)

{{ $card['title'] }}

{{ $card['content'] }}

@endforeach
{{-- Goals --}}
@php $what_do_you_benefit = $page->what_do_you_benefit[0]; @endphp

{{ $what_do_you_benefit['main_title'] }}

{{ $what_do_you_benefit['sub_title'] }}

@foreach ($what_do_you_benefit['list'] as $benefit)

{{ $benefit['title'] }}

{{ $benefit['content'] }}

@endforeach
{{-- Swiper --}}

مميزاتنا لتعيلمك المستقبلي

@foreach ($page->reviews as $review)
@if ($review['icon_image_student'] == 'woman') @elseif ($review['icon_image_student'] == 'man') @endif
star

{{ $review['review'] }}

{{ $review['name_student'] }}

{{ $review['title_student'] }}

@endforeach
{{-- Form --}}

سجل معنا الآن

0

دورات مبتكرة

0

المعلمين المؤهلين وخبراء اللغة

0

المتعلمين المسجلين في دورات ProOnline

0

سنوات من الخبرة في تعليم اللغة

@livewire('form-landing-component', ['system_product' => $page->product_system])
{{-- Footer --}} @livewireScripts