@csrf @if($errors)
{!! $errors !!}
@endif
@if(count($eventTypes)>=1)
@endif @if(count($serviceLevels)>=1)
@foreach($serviceLevels as $serviceLevel)
{{ $serviceLevel['description'] }}
@endforeach
@endif @if(count($attendanceOptions)>=1)
@endif