subDays($i); $incidents = Incident::whereRaw('DATE(created_at) = "' . $incidentDate->format('Y-m-d') . '"')->orderBy('created_at', 'desc')->get(); ?>
No incidents reported.
@else @foreach($incidents as $incident){{ $incident->message }}
@endforeach @endif