@extends('frontend.master') @section('content')
    @foreach ($faq as $faqq)
  • @php echo $faqq->description; @endphp

  • @endforeach
{{$faq->links('pagination::bootstrap-5')}}
@endsection()