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