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