2 {{--Requires an entity to be passed with the name $entity--}}
4 @if(count($activity) > 0)
5 <div class="activity-list">
6 @foreach($activity as $activityItem)
7 <div class="activity-list-item">
8 @include('partials/activity-item', ['activity' => $activityItem])
13 <p class="text-muted">New activity will show up here.</p>