{{-- --}}
@extends('admin.layouts.app') @section('title', 'Add Home Details') @section('section') @php if (!empty($home->content)) { $decodedData = json_decode($home->content, true); } @endphp