@extends('layout') @section('title') {{__('user.FAQ')}} @endsection @section('meta') @endsection @section('frontend-content')
{{ $faq->content->short_title }}

{{ $faq->content->long_title }}

@foreach ($faq->faqs as $faq_index => $faq_item )

{!! nl2br($faq_item->answer) !!}
@endforeach
support_image
support_image

{{ $faq->content->support_time }} {{ $faq->content->support_title }}

@php $property_types = $category->property_types; @endphp
@php $counter_content = $counter->content; @endphp
bg_image

{{ $counter_content->title }}

{{ $counter_content->description }}

  • {{ $counter_content->list_1 }}
  • {{ $counter_content->list_2 }}
  • {{ $counter_content->list_3 }}
@foreach ($counter->items as $counter_item)
icon

{{ $counter_item->number }}

{{ $counter_item->title }}

@endforeach
shape
shape
shape
@endsection