@if($stickiedIncidents->isNotEmpty())

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

@foreach($stickiedIncidents as $date => $incidents) @include('partials.incidents') @endforeach
@endif