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