@extends('shop::layouts.master2') @section('title', 'Home') @section('content') @php $decoded_content = json_decode($home->content); @endphp
{{-- --}}

{!! $decoded_content->content ?? '' !!}

{{-- --}}

{!! $decoded_content->infoHeading0 ?? '' !!}

{{--
--}} {{--
--}} {{--
    --}} {{--
  • --}} {{-- Flyer (PFA)--}} {{--
  • --}} {{--
  • --}} {{-- PDF 2--}} {{--
  • --}} {{--
--}} {{--
--}} {{--
--}}

{!! $decoded_content->infoHeading1 ?? '' !!}

{!! $decoded_content->infoHeading2 ?? '' !!}

{!! $decoded_content->infoHeading3 ?? '' !!}

{!! $decoded_content->infoHeading4 ?? '' !!}

{{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--

Sign Up For
--}} {{-- Our Newsletter

--}} {{-- --}}{{-- Shop Now--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} @endsection @section('script') @endsection