akaunting/resources/views/components/select-item-button.blade.php

10 lines
354 B
PHP
Raw Normal View History

2020-12-24 01:28:38 +03:00
<akaunting-item-button
placeholder="{{ trans('general.placeholder.item_search') }}"
no-data-text="{{ trans('general.no_data') }}"
no-matching-data-text="{{ trans('general.no_matching_data') }}"
type="{{ $type }}"
price="{{ $price }}"
:items="{{ json_encode($items) }}"
@item="onSelectedItem($event)"
></akaunting-item-button>