@component('components.filters', ['title' => __('report.filters')])
{!! Form::label('location_id', 'Business Location:') !!}
{!! Form::select('location_id', $business_locations, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'id' => 'location_id', 'placeholder' => __('lang_v1.all')]); !!}
{!! Form::label('expense_date_range', __('report.date_range') . ':') !!}
{!! Form::text('expense_date_range', null, ['placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control', 'id' => 'expense_date_range', 'readonly']); !!}
@endcomponent