@extends('tenant.layouts.app') @push('title') {{ __('FAQ') }} @endpush @section('content') @if (count($faqCategory) > 0)

{{$section->title}}

{{$section->description}}

@else

No Data found

@endif @endsection