{!! Form::label('filter_account_id', __('accounting-reports::lang.bank_account') . ':') !!}
{!! Form::select('filter_account_id', $accounts, null, ['class' => 'form-control select2', 'placeholder' => __('lang_v1.all'), 'id' => 'filter_account_id']) !!}
{!! Form::label('filter_status', __('accounting-reports::lang.status') . ':') !!}
{!! Form::select('filter_status', ['active' => __('accounting-reports::lang.active'), 'completed' => 'Completed', 'cancelled' => __('accounting-reports::lang.cancelled')], null, ['class' => 'form-control select2', 'placeholder' => __('lang_v1.all'), 'id' => 'filter_status']) !!}