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