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

Faq Section

@foreach ($get_faqs as $pod) @endforeach
S.N. Heading Description Action
{{ $loop->iteration }} {{ $pod->heading ?: '' }} {{ $pod->description ?: '' }}
@endsection @section('script') @endsection