@extends('layouts/default') @section('title') Report Settings @stop @section('content')
Report Settings
Report Sync Start Date:
@if(empty($enable)) @endif
{!! $errors->first('sync_start_date', ':message') !!}
Select date to fetch data from the date.
Report Type:
report_type == 'daily') ? 'checked="checked"' : '' }} />
report_type == 'monthly') ? 'checked="checked"' : '' }}/>
@stop @section('more_scripts') @stop