@push('after_scripts') @php $config = [ 'button_id' => "#btn-event-submit", 'title' => trans('backpack::event.message.action_question', ['action' => trans('backpack::common/button.submit.name')]), 'buttons_confirm_label' => __('backpack::common/button.submit.name'), 'buttons_cancel_label' => __('backpack::crud.cancel'), 'action_url' => route('admin.event.submit', ['event_id' => $crud->entry->getKey()]), 'action_include' => "backpack::crud.buttons.event.button_action_script_form", 'bootbox_type' => "confirm" ]; @endphp @endpush