@extends('landing.layouts.app')
@section('title')
{{ __('messages.faqs.faqs') }}
@endsection
@section('page_css')
{{-- --}}
@endsection
@section('content')
@if(headerLanguageName() == 'ru')
{{ __('messages.faqs.faqs') }}
@else
{{ __('messages.faqs.faqs') }}
@endif
@forelse($faqs as $faq)
@empty
{{__('We couldn\'t find any records')}}
@endforelse
@include('landing.home.subscribe_section')
@endsection