@extends('layouts.main') @section('content')
{{ $venue['name'] }}

{{ $venue['name'] }}

{{ $venue['location'] }}

Lokasi Venue

{{ $venue['address'] }}

Pilih Meja

@foreach ($venue['tables'] as $table)

{{ $table['name'] }} ({{ $table['brand'] }})

{{ $table['status'] }}

Pilih Jam Booking:

@endforeach
{{-- {{ dd($venue['location']) }} --}} @endsection