Notificaciones

@forelse ($notificaciones as $n) {{ $n->titulo }} {{ $n->created_at->format('d/m/Y H:i') }}{{ $n->leida_at ? '' : ' · nueva' }} @empty
No tenés notificaciones.
@endforelse