@if(!empty($featured_products))
@include('sale_pos.partials.featured_products')
@endif
@if(!empty($categories))
@endif
@if(!empty($brands))
{!! Form::select('size', $brands, null, ['id' => 'product_brand', 'class' => 'select2', 'name' => null, 'style' => 'width:100% !important']) !!}
@endif