@extends('layout.dashboard') @section('content')
{{ trans('dashboard.incidents.templates.title') }} > {{ trans('dashboard.incidents.templates.add.title') }}
@include('dashboard.partials.errors')
@stop