@forelse($results as $result)
| {{ $result->code }} |
{{$result->name}}
|
{{ \App\Helpers\Helper::numberFormatMoney($result->price,\App\Helpers\Helper::companyProductPriceDecimalPlace()) }}
|
@if(!empty($active_btn_select))
@lang('general.button_select')
|
@endif
@empty
| @lang('general.text_no_results') |
@endif