{!! Form::open(['class' => 'form-inline', 'method' => 'GET', 'id' => 'formOPS']) !!} {{-- @php $fromToSelected = !\request()->has('dateSearch') || \request()->get('dateSearch') == 'fromTo' @endphp--}}
{!! Form::text('dateFrom', $dateFrom, ['class'=>'form-control dateFrom myinput', 'placeholder'=>'From Date', 'id'=>'from_date']) !!} {!! Form::text('dateTo', $dateTo, ['class'=>'form-control dateTo myinput', 'placeholder' => 'To Date', 'id'=>'to_date']) !!}
{{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- {!! Form::select('month', $monthNames, $currentMonth, ['class'=>'singleselect', 'id'=>'month']) !!}--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- {!! Form::select('year', $years, getSelectedYear(), ['class'=>'singleselect', 'id'=>'period']) !!}--}} {{--
--}} {{--
--}}
{{ Form::hidden("form", 1) }}
{!! Form::close() !!}