/home/techb158/immovalet.com/vendor/botble/platform/table/resources/views
NameSizeModeActions
partials/-0755rm
base-table.blade.php19010644editdlrm
bulk-changes.blade.php4670644editdlrm
filter.blade.php59960644editdlrm
modal.blade.php11970644editdlrm
simple-table.blade.php1580644editdlrm
table-info.blade.php3780644editdlrm
table.blade.php1030644editdlrm
Edit: /home/techb158/immovalet.com/vendor/botble/platform/table/resources/views/modal.blade.php (1197B)
@include('core/table::partials.modal-item', [ 'type' => 'danger', 'name' => 'modal-confirm-delete', 'title' => trans('core/base::tables.confirm_delete'), 'content' => trans('core/base::tables.confirm_delete_msg'), 'action_name' => trans('core/base::tables.delete'), 'action_button_attributes' => [ 'class' => 'delete-crud-entry', ], ]) @include('core/table::partials.modal-item', [ 'type' => 'danger', 'name' => 'delete-many-modal', 'title' => trans('core/base::tables.confirm_delete'), 'content' => trans('core/base::tables.confirm_delete_many_msg'), 'action_name' => trans('core/base::tables.delete'), 'action_button_attributes' => [ 'class' => 'delete-many-entry-button', ], ]) @include('core/table::partials.modal-item', [ 'type' => 'info', 'name' => 'modal-bulk-change-items', 'title' => trans('core/base::tables.bulk_changes'), 'content' => '', 'action_name' => trans('core/base::tables.submit'), 'action_button_attributes' => [ 'class' => 'confirm-bulk-change-button', 'data-load-url' => route('tables.bulk-change.data'), ], ])