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

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