@extends('web.layouts.app') @section('title') FAQs @endsection @section('content') @if ($faqs->count() > 0)

Frequently Asked Questions

@foreach ($faqs as $faq)
{{ $faq->description }}
@endforeach
@endif @endsection