@extends('layout.dashboard') @section('css') @stop @section('js') @stop @section('content')
{{ trans('dashboard.incidents.templates.title') }} > {{ trans('dashboard.incidents.templates.add.title') }}
@include('partials.errors')
{!! trans('forms.incidents.templates.twig') !!}
{{ trans('forms.cancel') }}
@stop