Akaunting/resources/views/components/edit-item-columns.blade.php

18 lines
556 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'),
'class' => 'btn-outline-secondary'
],
'confirm' => [
'text' => trans('general.save'),
'class' => 'btn-success'
]
]
])}}"
></akaunting-edit-item-columns>