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

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

@csrf @dispatchEvent('afterFormOpen')




@dispatchEvent('beforeSubmitButton')

@dispatchEvent('beforeFormClose')
@once @push('scripts') @endpush @endonce @endsection