@extends('layouts.admin') @section('content')
Title: {{ $booth->title }}
Booth Number: {{ $booth->booth_number }}
Size: {{ $booth->size }}
Location Pref: {{ $booth->location_preferences }}
Created: {{ $booth->created_at->format('d M Y') }}