@extends('layout.main') @section('content')

Report History

Filter
{{ Form::select('ReportID', $Reports, (!empty(Input::get('ReportID'))?Input::get('ReportID'):''), array("class"=>"form-control select2 small")) }}
{{ Form::select('ReportScheduleID', $ReportSchedules, (!empty(Input::get('ReportScheduleID'))?Input::get('ReportScheduleID'):''), array("class"=>"form-control select2 small")) }}
{{ Form::text('StartDate', !empty(Input::get('StartDate'))?Input::get('StartDate'):$data['StartDateDefault'], array("class"=>"form-control datepicker","data-date-format"=>"yyyy-mm-dd" ,"data-enddate"=>date('Y-m-d'))) }}
{{ Form::text('EndDate', !empty(Input::get('EndDate'))?Input::get('ToDate'):$data['EndDateDefault'], array("class"=>"form-control datepicker","data-date-format"=>"yyyy-mm-dd" ,"data-enddate"=>date('Y-m-d'))) }}

Name Created Date Action
@include('report.report-log') @stop