Notification
@forelse ($activities as $row)
@empty
@endforelse
{{ $row->actor?->name . ' ' }}{{ $row->body }}
{{ $row->created_at->diffForHumans() }}
@php
$deleteUrl = route('activities.destroy', $row->id);
@endphp
No notifications found
You don't have any notifications at the moment.