@extends('layouts.admin-layout') @section('title', 'All Faqs ') @section('content')

Faqs

@foreach ($faqs as $faq) @endforeach
S.N. Question Answer Action
{{ $loop->iteration }} {{ $faq->question ?: '' }} {{ $faq->answer ?: '' }}
@endsection @section('script') @endsection