{{ trans('update.step') }} 2/4

{{ trans('update.meeting_type') }} 📹

{{ trans('update.which_meeting_type_do_you_prefer?') }}
@php $meetingTypes = [ 'all', 'in_person', 'online', ]; @endphp
@foreach($meetingTypes as $meetingType)
first ? 'checked' : '' }}>
@endforeach
@error('meeting_type')
{{ $message }}
@enderror
{{ trans('update.instructor_location') }}
@php $populations = [ 'all', 'single', 'group', ]; @endphp
@foreach($populations as $population)
first ? 'checked' : '' }}>
@endforeach