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

Incidents

@if ($incidents->count() === 0)

Woah! No incidents, your doing well!

@else

You have {{ $incidents->count() }} incidents.

@endif
@stop