@extends('layouts.front-layout') @section('title') Home @endsection @section('content')
img

{{$setting->home_banner_first_heading ?? ''}}

{{$setting->home_banner_second_heading ?? ''}}

{!! $setting->home_banner_description ?? '' !!}

image

{{$pageData['About']['heading'] ?? ''}} {{$pageData['About']['sub_heading'] ?? ''}}

{!! $pageData['About']['first_description'] ?? '' !!} Read More
{{--
--}} {{--
--}} {{--

{{ $pageData['Maze Rental']['maze_rental_section_first_title'] ?? '' }}--}} {{-- {{ $pageData['Maze Rental']['maze_rental_section_second_title'] ?? '' }}

--}} {{--
--}} {{-- @forelse($get_maze_rentals as $maze_rental)--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--

{{$maze_rental->maze_rental_name ? : ''}}

--}} {{-- $ {{$maze_rental->price ? : ''}}--}} {{-- {!! $maze_rental->description ? : '' !!}--}} {{-- Join Now--}} {{--
--}} {{--
--}} {{--
--}} {{-- @empty--}} {{--

Maze Rentals Data Not Available

--}} {{-- @endforelse--}} {{--
--}} {{--
--}} {{--
--}}
image

It’s Amazeing

Lorem Ipsum has been the industry's standard dummy text ever since 

image

{{ $pageData['Our Amazing Community']['our_amazing_community_section_first_title'] ?? '' }} {{ $pageData['Our Amazing Community']['our_amazing_community_section_second_title'] ?? '' }}

@forelse($get_our_amazing_community as $our_amazing_community)
{!! $our_amazing_community->description ? : '' !!}
img

{{$our_amazing_community->heading ? : ''}}{{$our_amazing_community->sub_heading ? : ''}}

@empty

Our Amazing Community Data Not Available

@endforelse

{{ $pageData['Contact']['top_banner_title'] ?? '' }} {{ $pageData['Contact']['heading'] ?? '' }}

{!!$pageData['Contact']['description'] ?? '' !!}

@csrf
@error ('first_name') {{$message}} @enderror
@error ('last_name') {{$message}} @enderror
@error ('address') {{$message}} @enderror
@error ('phone') {{$message}} @enderror
@error ('email') {{$message}} @enderror
@error ('message') {{$message}} @enderror
@endsection