@extends('layout.dashboard') @section('content')
{!! trans_choice('dashboard.incidents.logged', $incidents->count(), ['count' => $incidents->count()]) !!}
{{ Str::words($incident->message, 5) }}
@endif @if ($incident->user)— {{ trans('dashboard.incidents.reported_by', ['timestamp' => $incident->created_at_diff, 'user' => $incident->user->username]) }}
@endif