@extends('admin.layout.main') @section('content')

Notification

@forelse ($activities as $row)
{{ $row->actor?->name . ' ' }}{{ $row->body }}
{{ $row->created_at->diffForHumans() }} @php $deleteUrl = route('activities.destroy', $row->id); @endphp
@csrf @method('DELETE')
@empty

No notifications found

You don't have any notifications at the moment.

@endforelse
@endsection @push('script') @endpush