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