@extends('header') @section('head') @parent @stop @section('content') {!! Former::open()->rules(['start_date' => 'required', 'end_date' => 'required'])->addClass('warn-on-exit') !!}
{!! Former::populateField('start_date', $startDate) !!} {!! Former::populateField('end_date', $endDate) !!} @if ( ! request()->report_type) {!! Former::populateField('group_when_sorted', 1) !!} {!! Former::populateField('group_dates_by', 'monthyear') !!} @endif@endif