@extends('layout.dashboard') @section('content')
{{ trans('dashboard.schedule.schedule') }} > {{ trans('dashboard.schedule.add.title') }}
@include('partials.dashboard.errors')
@if($incident_templates->count() > 0)
@endif
{{ trans('forms.optional') }}
{{ trans('forms.cancel') }}
@stop