@if (!empty($pos_settings['product_show_style_second']))
@if (!empty($featured_products))
@include('sale_pos.partials.featured_products')
@endif
{{-- @if (!empty($categories)) --}}
{{-- @endif --}}
@if (!empty($brands))
@endif
{!! Form::select(
'is_enabled_stock',
['' => __('messages.all'), 'product' => __('sale.product'), 'service' => __('lang_v1.service')],
null,
['id' => 'is_enabled_stock', 'class' => 'select2', 'name' => null, 'style' => 'width:100% !important'],
) !!}
@if (!empty($brands))
@endif
@if (!empty($categories))
@lang('lang_v1.all_category')
@foreach ($categories as $category)
@endforeach
@else
@lang('lang_v1.all_category')
@endif
@if (!empty($brands))
@lang('lang_v1.all')
@foreach ($brands as $key => $brand)
@endforeach
@endif
@else
@if (!empty($featured_products))
@include('sale_pos.partials.featured_products')
@endif
@if (!empty($categories))
@endif
@if (!empty($brands))
@endif
{!! Form::select(
'is_enabled_stock',
['' => __('messages.all'), 'product' => __('sale.product'), 'service' => __('lang_v1.service')],
null,
['id' => 'is_enabled_stock', 'class' => 'select2', 'name' => null, 'style' => 'width:100% !important'],
) !!}
@endif