@extends('layout') @section('title') {{ $seo_setting->seo_title }} @endsection @section('meta') @endsection @section('frontend-content')
@foreach ($agents as $single_agent)
@if ($single_agent->image) agent @else agent @endif
@endforeach
{{ $agents->links('custom_pagination') }}
{{ $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 }}

bg
bg
bg
@endsection