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

{{ $venue['name'] }}

{{ $venue['location'] }}

Lokasi Venue

{{ $venue['address'] }}

@auth
@endauth

Pilih Meja

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

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

Rp. {{ number_format($table['price_per_hour'], 0, ',', '.') }} / jam

Pilih Jam Booking:

Pilih Durasi Main:

@endforeach
@endsection