@extends('admin.layouts.app') @section('title', 'All Faq') @section('section') @php if (!empty($faq->content)) { // Decode the 'content' JSON string into an associative array. $decodedData = json_decode($faq->content, true); } @endphp

Faq Form

@csrf

Faq Section



Faq Section

@foreach($get_faqs as $get_faq) @endforeach
Title Description Edit Delete
{{$get_faq->title}} {!! $get_faq->description !!} Edit Delete
@endsection @section('script') @endsection