@if (Session::has('success'))
input('from_date') != '') value="{{ app('request')->input('from_date') }}"
@else
@if ($reportSettings == 1) value="{{ date('Y-m-d') }}" @endif
@endif
>
input('to_date') != '') value="{{ app('request')->input('to_date') }}"
@else
@if ($reportSettings == 1) value="{{ date('Y-m-d') }}" @endif
@endif>