@extends('layout.dashboard') @section('content')
{{ trans('dashboard.incidents.templates.title') }} {{ trans('dashboard.incidents.templates.add.title') }}
@foreach($incident_templates as $template) @endforeach
@stop