@extends('layout.dashboard') @section('content')
{{ Lang::get('cachet.dashboard.incidents') }}

Incidents

@if ($incidents->count() === 0) Woah! No incidents, your doing well! @endif

Incident Templates

@stop