Akaunting/resources/views/components/documents/form/item-columns.blade.php

19 lines
570 B
PHP
Raw Normal View History

2020-12-23 22:28:38 +00:00
<akaunting-edit-item-columns
2021-01-12 08:51:47 +00:00
type="{{ $type }}"
2020-12-23 22:28:38 +00:00
:edit-column="{{ json_encode([
'status' => true,
2021-01-12 09:20:45 +00:00
'text' => trans('documents.edit_columns'),
2020-12-23 22:28:38 +00:00
'new_text' => trans('modules.new'),
'buttons' => [
'cancel' => [
'text' => trans('general.cancel'),
2022-06-01 07:15:55 +00:00
'class' => 'btn-outline-secondary',
2020-12-23 22:28:38 +00:00
],
'confirm' => [
'text' => trans('general.save'),
2022-06-01 07:15:55 +00:00
'class' => 'disabled:bg-green-100',
2020-12-23 22:28:38 +00:00
]
]
2022-06-01 07:15:55 +00:00
]) }}"
></akaunting-edit-item-columns>