@extends('layouts.app') @section('title', 'Home Page') @section('content')

{{ $page->findSection('banner-heading') }}

{{ $page->findSection('banner-content') }}

{{ $page->findSection('simplify-heading') }}

{!! $page->findSection('simplify-content') !!} Start Managing

{{ $page->findSection('explore-heading') }}

{{ $page->findSection('explore-sub-heading') }}

{!! $page->findSection('explore-left-content') !!}
{!! $page->findSection('explore-right-content') !!}
@foreach ($eventimages as $item) @endforeach

{{ $page->findSection('gardening-heading') }}

{!! $page->findSection('gardening-content') !!}

{{ $page->findSection('smarter-gardening-heading') }}

@foreach ($smarter_gardening as $key => $value)
{{ $value->heading }}

{{ $value->heading }}

{!! $value->content !!}
@endforeach

{{ $page->findSection('start-growing-heading') }}

{{ $page->findSection('live-streaming-heading') }}

{!! $page->findSection('live-streaming-content') !!} Start Selling

{{ $page->findSection('tips-heading') }}

{!! $page->findSection('tips-content') !!}
@include('includes.recipe')
@include('layouts.components.faqs') @endsection