@foreach ($notificaciones as $notificacion)
{{ $notificacion->label }} {{date('d-m-Y', strtotime($notificacion->created_at))}}
{{ $notificacion->description }}
@endforeach