@extends('layout.master') @section('content')
@include('dashboard.partials.errors')
@include('partials.about-app')

{{ formatted_date($incident->created_at) }}

@include('partials.incident', ['incident' => $incident, 'with_link' => false])
@stop