akaunting 3.0 (the last dance)
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
<akaunting-edit-item-columns
|
||||
type="{{ $type }}"
|
||||
:edit-column="{{ json_encode([
|
||||
'status' => true,
|
||||
'text' => trans('documents.edit_columns'),
|
||||
'new_text' => trans('modules.new'),
|
||||
'buttons' => [
|
||||
'cancel' => [
|
||||
'text' => trans('general.cancel'),
|
||||
'class' => 'btn-outline-secondary',
|
||||
],
|
||||
'confirm' => [
|
||||
'text' => trans('general.save'),
|
||||
'class' => 'disabled:bg-green-100',
|
||||
]
|
||||
]
|
||||
]) }}"
|
||||
></akaunting-edit-item-columns>
|
Reference in New Issue
Block a user