@if(isset($notificaciones) && $notificaciones->count())
@foreach($notificaciones as $notificacion)
{{ $notificacion['titulo'] }}

{{ $notificacion['mensaje'] }}

Nombre de cuenta: {{ $notificacion['nombre_cuenta'] }}
Banco: {{ $notificacion['banco'] }}
Mensaje: {{ $notificacion['detalle'] }}
Generado por: {{ $notificacion['generado_por'] }}
Ir
@endforeach
@endif