@extends('layouts.site') @section('title', $event->title.' - Auctions Ontario') @section('content') @include('partials.page-banner', ['title' => 'Event Details'])
{{ $event->title }}

{{ $event->title }}

Location: {{ $event->location }}

@if ($event->event_date)

Date: {{ $event->event_date->format('l, F j, Y') }}

@endif

{{ $event->description }}

@if ($event->whats_found)

What You'll Find:

{{ $event->whats_found }}

@endif @if ($event->admission_info)

Admission:

{{ $event->admission_info }}

@endif @if ($event->vendor_info)

Vendor Information:

{{ $event->vendor_info }}

@endif
@endsection