akaunting/resources/views/components/edit-item-columns.blade.php

17 lines
526 B
PHP
Raw Normal View History

2020-12-24 01:28:38 +03:00
<akaunting-edit-item-columns
:edit-column="{{ json_encode([
'status' => true,
'text' => trans('general.add_new'),
'new_text' => trans('modules.new'),
'buttons' => [
'cancel' => [
'text' => trans('general.cancel'),
'class' => 'btn-outline-secondary'
],
'confirm' => [
'text' => trans('general.save'),
'class' => 'btn-success'
]
]
])}}"
></akaunting-edit-item-columns>