2 {{--Requires an entity to be passed with the name $entity--}}
4 @if(count($entity->recentActivity()) > 0)
5 <div class="activity-list">
6 @foreach($entity->recentActivity() as $activity)
7 <div class="activity-list-item">
8 @include('partials/activity-item')