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