@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