Create an Incident Template
@if($template = Session::get('template'))
@if($template->isValid())
Awesome. Template added.
@else
Whoops. Something went wrong with the template.
@endif
@endif
{{ Form::open(['name' => 'IncidentTemplateForm', 'class' => 'form-vertical', 'role' => 'form']) }}
{{ Form::close() }}