{!! 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_account_id', __('account.account') . ':') !!}
{!! Form::select('filter_account_id', $accounts, null, ['class' => 'form-control select2', 'placeholder' => __('lang_v1.all')]) !!}
{!! Form::label('start_date', __('report.start_date') . ':') !!}
{!! Form::text('start_date', null, ['class' => 'form-control date-picker', 'readonly']) !!}
{!! Form::label('end_date', __('report.end_date') . ':') !!}
{!! Form::text('end_date', null, ['class' => 'form-control date-picker', 'readonly']) !!}