{{ __('TUS NOTIFICACIONES') }}

@if (auth()->user()) @forelse ($taskNotifications as $notification)
Notificación: {{ $notification->data['activity'] }}

{{ $notification->created_at->diffForHumans() }}

@if (!$notification->read()) @else

Notificación marcada como leída

@endif
@empty

No tienes notificaciones

@endforelse @endif