@include('partials.background')
@include('profile.partials.sidebar')
@forelse($notifications as $notification)
{{ $notification->data['type'] ?? 'Notification' }}

{{ $notification->data['message'] ?? '' }}

Open
@csrf @method('delete')
@empty

No notifications

(╥﹏╥)

@endforelse