@include('profile.partials.sidebar')
@forelse($notifications as $notification)
@empty
@endforelse
{{ $notification->data['type'] ?? 'Notification' }}
{{ $notification->data['message'] ?? '' }}
No notifications
(╥﹏╥)