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