akaunting/resources/views/components/select-item-button.blade.php
2020-12-29 14:12:57 +03:00

11 lines
387 B
PHP

<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 }}"
:dynamic-currency="currency"
:items="{{ json_encode($items) }}"
@item="onSelectedItem($event)"
></akaunting-item-button>