@extends('layout.master') @section('content')
{{ $systemMessage }}
@if(Auth::check())
{{ Lang::get('cachet.logout') }}

{{ Lang::get('cachet.dashboard_link') }}

@endif @include('partials.components') @if(Setting::get('display_graphs')) @include('partials.graphs') @endif @for($i=0; $i <= 7; $i++) @include('partials.incident', array('i', $i)) @endfor @include('partials.support-link') @stop