@extends($layout) @section('content') @php $values = $values ?? []; @endphp {!! $tpl->displayNotification() !!}

{!! __('subtitles.event') !!}

@dispatchEvent('afterFormOpen')
@dispatchEvent('beforeSubmitButton')

{!! __('links.delete') !!}
@dispatchEvent('beforeFormClose')
@once @push('scripts') @endpush @endonce @endsection