@extends('layout.app') @section('title') Rentals @endsection @section('content') @php if (!empty($get_single_rental_banner_title->content)) { $rentaldecodedData = json_decode($get_single_rental_banner_title->content, true); } @endphp {{--
--}} {{-- --}} {{--
--}} {{--

{{$rentaldecodedData['top_title'] ?? ''}}

--}} {{--
--}} {{--
--}}
@if($rentalSlider)
@php $get_decode = json_decode($rentalSlider->images); @endphp @foreach($get_decode as $index => $all_images)

{{$rentaldecodedData['top_title'] ?? ''}}

@endforeach
@else

Images Not Found

@endif

{{$rentaldecodedData['heading'] ?? ''}}

{!! $rentaldecodedData['description'] ?? "" !!}

{{$rentaldecodedData['sub_heading'] ?? ''}}

@forelse($get_all_rentals as $get_all_rental)

{{$get_all_rental->capacity}}

{{$get_all_rental->form_key}}

{{$get_all_rental->title}}

{{--
{{ isset($get_all_rental->capacity) ? number_format($get_all_rental->capacity) : '' }} Capacity (Maximum)--}} {{-- Standard - ${{ isset($get_all_rental->price) ? number_format($get_all_rental->price) : '' }}--}} {{--
--}} {!! $get_all_rental->description ?? '' !!}
{{-- @auth--}} @if($get_all_rental->form_key === 'RENT THE SPACE') {{-- Request--}} {{-- to Book--}} Request to Book @elseif($get_all_rental->form_key === 'DO A ONE OFF SHOW') Request to Book @elseif($get_all_rental->form_key === 'DO A RECURRING SHOW') Request to Book @endif {{-- @else--}} {{-- Request to Book--}} {{-- @endauth--}}
@empty

Rental Not Found

@endforelse
@include('include.rental_the_space') @include('include.do_a_one_off_shows') @include('include.do_a_recurring_shows') @endsection @section('script') @endsection