@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

Home Form

{{--
--}}
@csrf

Slider Section


Slider Swap First


preview image





Slider Swap Second


preview image





Slider Swap Third


preview image





Slider Swap Fourth


preview image





Slider Swap Fifth


preview image





{{--

About Section

--}} {{--
--}} {{--
--}} {{--
--}} {{-- preview image--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}
@endsection @section('script') @endsection