{{--Requires an entity to be passed with the name $entity--}} @if(count($activity) > 0)
@foreach($activity as $activityItem)
@include('partials/activity-item', ['activity' => $activityItem])
@endforeach
@else

New activity will show up here.

@endif