@extends('layout.master') @section('content')

Past Incidents

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