@extends('layout.dashboard') @section('content')
{{ trans('dashboard.incidents.templates.title') }} {{ trans('dashboard.incidents.templates.add.title') }}
@include('partials.errors')
@forelse($incidentTemplates as $template) @empty
{{ trans('dashboard.incidents.templates.add.message') }}
@endforelse
@stop