@extends($defaultLayout) @section('content')
@if(count($categories))
@endif

{{ $faq->title }}

@if(count($faq->tags))

{{ __('faq.for tags') }}

    @foreach($faq->tags as $tag)
  • {{ $tag->name }}
  • @endforeach
@endif
{!! $faq->intro !!}
@pagearchitectrenderer($faq->body)
@if(count($faq->relatedFaqs))

{{ __('faq.more about') }} {{ $category->name }}

@endif
{{ block('faq-index') }}
{{ block('cta-1') }}
{{ block('cta-2') }}
{{ block('cta-3') }}
@endsection @push('scripts') @endpush