17 lines
526 B
PHP
17 lines
526 B
PHP
|
<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>
|