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