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