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

You're logged in. This will be a link to the Dashboard.

@endif @if(count($components) > 0) @endif @for($i=0; $i <= 7; $i++) @include('incident', array('i', $i)) @endfor @if(Setting::get('show_support'))
@endif @stop