@component('components.filters', ['title' => __('report.filters')])
{!! Form::label('account_id', __('account.account') . ':') !!}
{!! Form::select('account_id', $accounts, null, ['class' => 'form-control select2', 'style' => 'width:100%;']); !!}
{!! Form::label('date_filter', __('report.date_range') . ':') !!}
{!! Form::text('date_range', null, ['placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control bd-rd-7', 'id' => 'date_filter', 'readonly']); !!}
@endcomponent