@extends('layout.master') @section('content')
{{ $systemMessage }}

Past Incidents

@for($i=0; $i <= 7; $i++) @include('incident', array('i', $i)) @endfor
@stop