@extends('layout.master') @section('content') @if($bannerImage = Setting::get('app_banner'))
@endif
{{ $systemMessage }}
@if($aboutApp)

{{ trans('cachet.about_this_site') }}

{{ $aboutApp }}

@endif @include('partials.components') {{-- @if(Setting::get('display_graphs')) @include('partials.graphs') @endif --}}

{{ trans('cachet.incidents.past') }}

@foreach($allIncidents as $incidents) @include('partials.incidents', $incidents) @endforeach
@stop