@extends('space_portal.layouts.master') @section('title','Creating the third workspace. Join today') @section('header') @include('space_portal.partials.header') @endsection @push('styles') @endpush @section('content') {{--
@if($venue == null)

Add space

@else

Edit space

@endif

--}} @livewire('venue.partials.main-view', ['venue' => $venue]) {{--

Brief Overview

@livewire("venue.partials.venue-brief-overview", ['venue' => $venue]) @if($venue)
@livewire("venue.partials.opening-closing-hour", ['venue' => $venue])
@livewire('venue.partials.map-location-venue', ['venue' => $venue ])
@livewire("venue.partials.venue-images",['venue'=> $venue])
@livewire("venue.partials.amenities-space", ['venue' => $venue,'amenities' => $amenities])
@livewire("venue.partials.reef-hours", ['venue' => $venue]) @livewire("venue.partials.notice-period-booking", ['venue' => $venue]) @livewire("venue.partials.booking-shut-off", ['venue' => $venue]) @livewire('venue.partials.reef-capacity', ['venue' => $venue])
@livewire('venue.partials.additional-info', ['venue' => $venue])

Other Information

@livewire('venue.partials.other-info-venue',['venue' => $venue])
@livewire("venue.partials.venue-wifi-details", ['venue' => $venue])
@livewire('venue.partials.terms-venue', ['venue' => $venue]) @endif --}} {{--
--}} @endsection @push('scripts') {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endpush