@component('components.filters', ['title' => __('report.filters')])
{!! Form::label('location_id', __('purchase.business_location') . ':') !!}
{!! Form::select('location_id[]', $business_locations, null, ['class' => 'form-control select2', 'multiple', 'id' => 'location_id']) !!}
{!! Form::label('date_range', __('report.date_range') . ':') !!}
{!! Form::text('date_range', null, ['class' => 'form-control', 'id' => 'date_range', 'readonly']) !!}
@endcomponent
@endsection
@section('javascript')
@endsection