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

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

@endif @include('imports.components') @for($i=0; $i <= 7; $i++) @include('imports.incident', array('i', $i)) @endfor @include('imports.support-link') @stop