{!! Form::label('location_id', __('purchase.business_location') . ':') !!}
{!! Form::select('location_id', $business_locations, request()->input('location_id', null), ['class' => 'form-control select2', 'style' => 'width:100%', 'id' => 'location_filter', 'placeholder' => 'All Locations']); !!}
{!! Form::label('batch_id', 'Unit Batch:') !!}
{!! Form::select('batch_id', $unit_batches, request()->input('batch_id', null), ['class' => 'form-control select2', 'style' => 'width:100%', 'id' => 'batch_filter', 'placeholder' => 'All Batches']); !!}