@extends('layout.dashboard') @section('css') @stop @section('js') @stop @section('content')
{{ trans('dashboard.incidents.templates.title') }} > {{ trans('dashboard.incidents.templates.edit.title') }}
@if($updatedTemplate = Session::get('updated_template'))
@if($templateErrors) {{ sprintf("%s - %s", trans('dashboard.notifications.whoops'), trans('dashboard.incidents.templates.edit.failure').' '.$templateErrors) }} @else {{ sprintf("%s - %s", trans('dashboard.notifications.awesome'), trans('dashboard.incidents.templates.edit.success')) }} @endif
@endif
{!! trans('forms.incidents.templates.twig') !!}
{{ trans('forms.cancel') }}
@stop