@extends('admin.layouts.app') @section('title', 'CMS') @section('section')

FAQ's Form

FAQ's Form

@csrf

Meta Section

Banner Section

FAQ's Section

Add FAQ's

@foreach($faqs as $key => $faq) @endforeach
S.No Question Answer Actions
{{($key + 1)}} {{$faq->question}} {!! $faq->answer !!}
@csrf @method('delete')
@endsection @section('script') @endsection