diff --git a/resources/views/dashboard/incidents/edit.blade.php b/resources/views/dashboard/incidents/edit.blade.php index 068209fe..3b69d72b 100644 --- a/resources/views/dashboard/incidents/edit.blade.php +++ b/resources/views/dashboard/incidents/edit.blade.php @@ -44,39 +44,6 @@ {{ trans('cachet.incidents.status')[4] }} - @if(!$componentsInGroups->isEmpty() || !$componentsOutGroups->isEmpty()) -
- - - {{ trans('forms.optional') }} -
-
-
-
- @foreach(trans('cachet.components.status') as $statusID => $status) -
- -
- @endforeach -
-
-
- @endif