@foreach($notificaciones as $notificacion) @endforeach
Fecha Encargado Estudiante Mensaje Celular Selllo de tiempo
{{$notificacion->fecha}} {{$notificacion->encargado->nombre_completo}} {{$notificacion->estudiante->nombre_completo}} {{$notificacion->contenido}} {{$notificacion->celular}} {{date("d/m/y H:i",strtotime($notificacion->created_at))}}