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