REPORTE DE HORARIO DEL TURNO "{{$turn->name}}"

Fecha de impresión

{{$spanish_date}}

@foreach($horarios as $horario) @if(!starts_with($horario->lunes_mat,'-') || !starts_with($horario->lunes_ves,'-')) @else @endif @if(!starts_with($horario->martes_mat,'-') || !starts_with($horario->martes_ves,'-')) @else @endif @if(!starts_with($horario->miercoles_mat,'-') || !starts_with($horario->miercoles_ves,'-')) @else @endif @if(!starts_with($horario->jueves_mat,'-') || !starts_with($horario->jueves_ves,'-')) @else @endif @if(!starts_with($horario->viernes_mat,'-') || !starts_with($horario->viernes_ves,'-')) @else @endif @if(!starts_with($horario->sabado_mat,'-') || !starts_with($horario->sabado_ves,'-')) @else @endif @endforeach
Nombre Lunes Martes Miércoles Jueves Viernes Sábado
{{$horario->name}} @if(!starts_with($horario->lunes_mat,'-'))

{{$horario->lunes_mat}}

@endif @if(!starts_with($horario->lunes_ves,'-'))

{{$horario->lunes_ves}}

@endif
@if(!starts_with($horario->martes_mat,'-'))

{{$horario->martes_mat}}

@endif @if(!starts_with($horario->martes_ves,'-'))

{{$horario->martes_ves}}

@endif
@if(!starts_with($horario->miercoles_mat,'-'))

{{$horario->miercoles_mat}}

@endif @if(!starts_with($horario->miercoles_ves,'-'))

{{$horario->miercoles_ves}}

@endif
@if(!starts_with($horario->jueves_mat,'-'))

{{$horario->jueves_mat}}

@endif @if(!starts_with($horario->jueves_ves,'-'))

{{$horario->jueves_ves}}

@endif
@if(!starts_with($horario->viernes_mat,'-'))

{{$horario->viernes_mat}}

@endif @if(!starts_with($horario->viernes_ves,'-'))

{{$horario->viernes_ves}}

@endif
@if(!starts_with($horario->sabado_mat,'-'))

{{$horario->sabado_mat}}

@endif @if(!starts_with($horario->sabado_ves,'-'))

{{$horario->sabado_ves}}

@endif