Notificaciones

Gestiona todas tus notificaciones

@forelse($notifications as $notification)
{{ $notification->title }}
{{ $notification->created_at->diffForHumans() }} @if(!$notification->read_at) @else Leída @endif

{{ $notification->message }}

@empty
No tienes notificaciones

Las notificaciones aparecerán aquí cuando las recibas

@endforelse
@if($notifications->hasPages())
{{ $notifications->links('livewire.pagination') }}
@endif