@component('components.filters', ['title' => __('report.filters')])
{!! Form::label('stock_alert_location', __('purchase.business_location') . ':') !!}
{!! Form::select('stock_alert_location', $business_locations, null, [
'class' => 'form-control select2',
'style' => 'width:100%',
'id' => 'stock_alert_location',
]) !!}