@csrf @if($errors)
{!! $errors !!}
@endif
Event Organizer's Name
Contact Phone
Contact Email
Event Address
Location Description
Event Date / Time
@if(count($eventTypes)>=1)
Event Type
Select Event Type
@foreach($eventTypes as $eventType)
{{ $eventType['title'] }}
@endforeach
@endif @if(count($serviceLevels)>=1)
Service Level
Select Desired Service Level
@foreach($serviceLevels as $serviceLevel)
{{ $serviceLevel['title'] }}
@endforeach
@foreach($serviceLevels as $serviceLevel)
{{ $serviceLevel['title'] }}:
{{ $serviceLevel['description'] }}
@endforeach
@endif @if(count($attendanceOptions)>=1)
Event Attendance
Select Event Attendance
@foreach($attendanceOptions as $attendanceOption)
{{ $attendanceOption['title'] }}
@endforeach
@endif
Additional Information
{{ $this->additionalInformation }}