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