Se presenta el resumen de los servicios que comprende el periodo FECHA INICIO - FECHA FINAL
Interpretación de las filas
IDENTIFICADOR DEL SERVICIO | HORA DE INICIO | ORIGEN |
HORA DE FINALIZACIÓN | DESTINO | |
ESTATUS DEL SERVICIO | NOMBRE DEL CONDUCTOR, MARCA DEL VEHICULO, MODELO DEL VEHICULO, AÑO |
Servicio {{ $content[$i]->id }} |
Inicio: {{ $content[$i]->HoraEntrada }} | Origen: {{ mb_convert_case($content[$i]->origin, MB_CASE_TITLE, "UTF-8")}} |
Fin: {{ $content[$i]->HoraTermino }} | Destino: {{ mb_convert_case($content[$i]->destination, MB_CASE_TITLE, "UTF-8") }} | |
{{ $content[$i]->label }} | Conductor: {{ mb_convert_case($content[$i]->conductor, MB_CASE_TITLE, "UTF-8") }} - {{ mb_convert_case($content[$i]->brand, MB_CASE_TITLE, "UTF-8") }} - {{ mb_convert_case($content[$i]->model, MB_CASE_TITLE, "UTF-8") }} - {{ $content[$i]->year }} |