@extends('layouts.app') @section('content')
@php // print_r($content); @endphp

FAQs - {{$topic->page_content_name}}

@if ($faqs) @foreach ($faqs as $f)
{{-- https://laracasts.com/discuss/channels/laravel/laravel-bootstrap-4-accordion-open-first-element --}}
{!! $f->page_content_description !!}
@endforeach @endif
{{--
{!! $content->page_content_description !!}
--}}
@endsection