@extends('layouts.front_main') @section('title', $page_name) @if(isset($page) && $page) @include('front.partials._meta_properties_page') @endif @section('content')
@include('front.partials._breadcrumb')
@if($faq_categories) @foreach ($faq_categories as $category)

{{$category->title}}

@if($category->description)

{!!$category->description!!}

@endif
@if($category->faqs) @foreach ( $category->faqs as $faq)

{!!$faq->description!!}

@endforeach @endif
@endforeach @endif

Need some help?

Get in contact with one of our team.

Contact Us

@endsection @push('scripts') @endpush