{{ $mainTitle }}
@foreach ($titleParts as $item) {!! $item['title'] !!} @endforeach
{!! $desc !!}
@include('components.button', [ 'text' => __('messages.READ_MORE'), 'link' => route('contactUs', ['lang' => App::getLocale()]), 'TextDark' => true, 'BgDark' => true, 'hasText' => true, 'hasBg' => true, ])
@if (!empty($faqs))
@foreach ($faqs as $item)
@endforeach
@endif
@push('scripts') @endpush