19 lines
570 B
PHP
Raw Normal View History

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,
2021-01-12 12:20:45 +03:00
'text' => trans('documents.edit_columns'),
2020-12-24 01:28:38 +03:00
'new_text' => trans('modules.new'),
'buttons' => [
'cancel' => [
'text' => trans('general.cancel'),
2022-06-01 10:15:55 +03:00
'class' => 'btn-outline-secondary',
2020-12-24 01:28:38 +03:00
],
'confirm' => [
'text' => trans('general.save'),
2022-06-01 10:15:55 +03:00
'class' => 'disabled:bg-green-100',
2020-12-24 01:28:38 +03:00
]
]
2022-06-01 10:15:55 +03:00
]) }}"
></akaunting-edit-item-columns>