@extends('layouts.admin') @section('content')

Booth Details

Title: {{ $booth->title }}

Booth Number: {{ $booth->booth_number }}

Size: {{ $booth->size }}

Location Pref: {{ $booth->location_preferences }}

Created: {{ $booth->created_at->format('d M Y') }}

@endsection