@extends('layouts.app') @section('title', 'Easy Garden Planing') @section('content')

{{$page->name}}

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

{!!$page->findSection('garden-right-content')!!}
{!!$page->findSection('garden-free-seed-content')!!}
{!! $page->findSection('garden-features-heading') !!}
{!!$page->findSection('garden-features-text')!!}
{!!$page->findSection('garden-profile-content')!!}
{!!$page->findSection('garden-community-content')!!}
{!!$page->findSection('grow-smarter')!!}
@endsection