2020-12-24 01:28:38 +03:00
|
|
|
<akaunting-edit-item-columns
|
2021-01-12 11:51:47 +03:00
|
|
|
type="{{ $type }}"
|
2020-12-24 01:28:38 +03:00
|
|
|
: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>
|