@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