@extends('layout.master') @section('content') @if(Auth::check())
@endif
{{ $systemMessage }}
@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 @stop