@component('components.filters', ['title' => __('report.filters')])
{!! Form::label('journal_entry_date_range_filter', __('report.date_range') . ':') !!}
{!! Form::text('journal_entry_date_range_filter', null,
['placeholder' => __('lang_v1.select_a_date_range'),
'class' => 'form-control', 'readonly']); !!}