@php $modal_id = 'ModalForm_struktura_delete'; $click_event_name = '.open_modal_struktura_delete'; $route_address_delete = 'm_admin_struktura_form_delete'; $route_params_delete = ['id' => $struktura->id]; $rekord_id = $struktura->id; $show_record_identifier = true; $delete_title_text = 'Usuń wybraną komórkę organizacyjną!'; $delete_warning_text = 'Powiązane dane mogą zostać utracone!'; $delete_question_text = 'Czy na pewno chcesz wykonać operację usunięcia?'; $modal_return_to = url('/m_admin_struktura_form_info/' . $struktura->id); @endphp @include('sites._global_forms.form_modal_delete')