@extends('adminlte::page')
@section('css')
@endsection
@section('title', 'Reef | Space')
@section('content_header')
Space
{{--
@if(Auth::user()->role->name == "admin" || Auth::user()->role->name == "venue")
@endif
--}}
@endsection
@section('content')
@livewire('dashboard.venue.venue-form', ['venue' => $venue])
@stop
@section('js')
@stop