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

{{ $category->name }}

@forelse ($groups as $group)

{{ $group->name }}

    @forelse ($group->faqs as $faq)
  • {{ $faq->title }}
  • @empty
  • {{ __('faq.no faqs found') }}

  • @endforelse
@empty

{{ __('faq.no groups found') }}

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