@extends('website.layouts.app') @section('content')
{{ $page->stay_en }}
{{ $page->understand_en }}
{{ $page->need_en }}
{{ $page->customize_en }}

{{ $preferences->signup_heading_en }}

{{ $preferences->signup_description_en }}

@if (!empty($faqs))

frequently asked questions

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

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

{{--

Testimonials

words of praise by our valuable customers

--}}

See What Applicants Have to Say

Discover real stories and feedback that highlight our commitment to providing a seamless and effective Verification & Evaluation experience

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