{!! Form::label('filter_location_id', __('purchase.business_location') . ':') !!}
{!! Form::select('filter_location_id', $locations, null, ['class' => 'form-control select2', 'placeholder' => __('lang_v1.all')]) !!}
{!! Form::label('filter_status', __('accounting-reports::lang.status') . ':') !!}
{!! Form::select('filter_status', ['active' => __('accounting-reports::lang.active'), 'closed' => __('lang_v1.closed'), 'defaulted' => __('accounting-reports::lang.defaulted')], null, ['class' => 'form-control select2', 'placeholder' => __('lang_v1.all')]) !!}