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

@foreach(trans('cachet.schedules.status') as $id => $status) @endforeach
@if($notificationsEnabled)
@endif
{{ trans('forms.cancel') }}
@stop