@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
@foreach($eventTypes as $eventType)
{{ $eventType['title'] }}
@endforeach
@endif