@if (count($sesiones)>0)
@foreach($sesiones as $sesion)
- Fecha: {{ date('d/m/Y', strtotime($sesion->fechaCitacion)) }}
- Hora: {{$sesion->horaCitacion}}
- Estado: {{ $sesion->nombreEstado }}
- Convocado: {{ date('d/m/Y', strtotime($sesion->fechaEnvio)) }}
@if ($sesion->fechaIni != '')
- Fecha/Hora Inicio: {{ date('d/m/Y H:i',strtotime($sesion->fechaIni)) }}
@endif
@if ($sesion->fechaFin != '')
- Fecha/Hora Fin: {{ date('d/m/Y H:i',strtotime($sesion->fechaFin)) }}
@endif
library_books
INGRESAR
@endforeach
@else
Por el momento no tiene sesiones para revisar.
@endif