19 lines
		
	
	
		
			570 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			570 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <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>
 |