{{ __('Meetup Event') }}

@if($meetupEvent->id) {{ __('Delete') }} @endif
{{ __('Back') }}
@if(!$meetupEvent->id)

{{ __('The recurring appointments are created in the database as new entries. Please be careful with this function, otherwise you will have to change or delete all the appointments you have created manually if you make an error.') }}

@endif @if($recurring) @endif @if($meetupEvent->start && $recurring)
@for($i = 0; $i < $repetitions; $i++) @endfor
@endif
{{ __('Save') }}