@extends('layouts.frontend.master') @section('title', 'Register for ' . $event->name) @push('styles') @endpush @section('content')
Complete your registration and select your participation options
@if($event->dates->isNotEmpty())
@foreach($event->dates as $date)
{{ $date->date->format('l, F j, Y') }}
@if($date->start_time)
at {{ $date->start_time->format('g:i A') }}
@endif
@if(!$loop->last)
@endif
@endforeach
@else
Date TBD
@endif
{{ $event->venue }}
{{ $event->expected_attendees ?? 'TBD' }} participants
{{ $event->category_name }}
{{ $event->description }}
{{ $message }}
@enderror(Subtotal + Processing Fee + Service Fee)