X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/restate/platform/core/table/resources/views
home
/
gfecatvj
/
sites
/
restate
/
platform
/
core
/
table
/
resources
/
views
/
📁
..
📄
bulk-changes.blade.php
(468 B)
📄
filter.blade.php
(5.92 KB)
📄
modal.blade.php
(1.17 KB)
📁
partials
📄
simple-table.blade.php
(116 B)
📄
table-info.blade.php
(378 B)
📄
table.blade.php
(2.08 KB)
Editing: modal.blade.php
@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' => '<div class="modal-bulk-change-content"></div>', 'action_name' => trans('core/base::tables.submit'), 'action_button_attributes' => [ 'class' => 'confirm-bulk-change-button', 'data-load-url' => route('tables.bulk-change.data'), ], ])
Upload File
Create Folder