{!! Form::open(['method' => 'post','id'=>'frmSectionAlertsModuleTemplate']) !!}
×
Alerts
Caption
*
{!! Form::text('section_title', old('section_title'), array('maxlength'=>'160','class' => 'form-control','id'=>'section_title','autocomplete'=>'off')) !!}
Alert Type
All Alert Type
High
Medium
Low
Start Date
{!! Form::text('alert_start_date_time', old('alert_start_date_time'), array('maxlength'=>'160','class' => 'form-control','id'=>'alert_start_date_time','autocomplete'=>'off')) !!}
End Date
{!! Form::text('alert_end_date_time', old('alert_end_date_time'), array('maxlength'=>'160','class' => 'form-control','id'=>'alert_end_date_time','autocomplete'=>'off')) !!}
Limit (Note: All the alerts will be shown if Limit not entered)
{!! Form::number('section_limit', old('section_limit'), array('maxlength'=>'2','class' => 'form-control','id'=>'section_limit','autocomplete'=>'off','min'=>'1')) !!}
Extra Class
{!! Form::text('extra_class', old('extra_class'), array('maxlength'=>'160','class' => 'form-control','id'=>'extra_class','autocomplete'=>'off')) !!}
Cancel
Add
{!! Form::close() !!}