@forelse($activities as $activity)
@if(!$loop->last)
@endif
@if($activity['type'] === 'note') @elseif($activity['type'] === 'incident') @elseif($activity['type'] === 'checkin' || $activity['type'] === 'patrol_site_checkin') @elseif($activity['type'] === 'checkout' || $activity['type'] === 'patrol_site_checkout') @elseif($activity['type'] === 'patrol_start') @elseif($activity['type'] === 'patrol_end') @elseif($activity['type'] === 'patrol_ticket') @else @endif

{{ $activity['title'] }}

{{ $activity['timestamp']->diffForHumans() }}

"{{ $activity['content'] }}"

{{ substr($activity['employee'], 0, 1) }}
{{ $activity['employee'] }}
@if($activity['image']) Activity Evidence @endif
@empty

No live activity detected

@endforelse