@extends('layout.master') @section('content')
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