Tepic, Nayarit; {{ $date }}

{{ $contract }}

CARGA HORARIA

Período: {{ $period_number != null ? $period_number : 'NO ESPECIFICADO'}}
Período escolar: {{ $school_period }}


@if(sizeof($subjects) > 0 || sizeof($type_subjects) > 0 || $tutorial) {{--filas de materia--}} @foreach($employee_subjects as $employee_subject) @endforeach {{--filas de complementarias--}} @foreach($type_subjects as $type_subject) @endforeach {{--fila de tutorias--}} @if($tutorial) @endif
Lunes Martes Miércoles Jueves Viernes Sábado
{{ $employee_subject->subject->description }} @foreach($subjects as $subject) @if($subject->id == $employee_subject->id && $subject->day == 1) {{ $subject->code }}
{{ $subject->start_hh < 10 ? "0".$subject->start_hh : $subject->start_hh }} :{{ $subject->start_mm < 10 ? "0".$subject->start_mm : $subject->start_mm }}  -  {{ $subject->end_hh < 10 ? "0".$subject->end_hh : $subject->end_hh }} :{{ $subject->end_mm < 10 ? "0".$subject->end_mm : $subject->end_mm }}
@endif @endforeach
@foreach($subjects as $subject) @if($subject->id == $employee_subject->id && $subject->day == 2) {{ $subject->code }}
{{ $subject->start_hh < 10 ? "0".$subject->start_hh : $subject->start_hh }} :{{ $subject->start_mm < 10 ? "0".$subject->start_mm : $subject->start_mm }}  -  {{ $subject->end_hh < 10 ? "0".$subject->end_hh : $subject->end_hh }} :{{ $subject->end_mm < 10 ? "0".$subject->end_mm : $subject->end_mm }}
@endif @endforeach
@foreach($subjects as $subject) @if($subject->id == $employee_subject->id && $subject->day == 3) {{ $subject->code }}
{{ $subject->start_hh < 10 ? "0".$subject->start_hh : $subject->start_hh }} :{{ $subject->start_mm < 10 ? "0".$subject->start_mm : $subject->start_mm }}  -  {{ $subject->end_hh < 10 ? "0".$subject->end_hh : $subject->end_hh }} :{{ $subject->end_mm < 10 ? "0".$subject->end_mm : $subject->end_mm }}
@endif @endforeach
@foreach($subjects as $subject) @if($subject->id == $employee_subject->id && $subject->day == 4) {{ $subject->code }}
{{ $subject->start_hh < 10 ? "0".$subject->start_hh : $subject->start_hh }} :{{ $subject->start_mm < 10 ? "0".$subject->start_mm : $subject->start_mm }}  -  {{ $subject->end_hh < 10 ? "0".$subject->end_hh : $subject->end_hh }} :{{ $subject->end_mm < 10 ? "0".$subject->end_mm : $subject->end_mm }}
@endif @endforeach
@foreach($subjects as $subject) @if($subject->id == $employee_subject->id && $subject->day == 5) {{ $subject->code }}
{{ $subject->start_hh < 10 ? "0".$subject->start_hh : $subject->start_hh }} :{{ $subject->start_mm < 10 ? "0".$subject->start_mm : $subject->start_mm }}  -  {{ $subject->end_hh < 10 ? "0".$subject->end_hh : $subject->end_hh }} :{{ $subject->end_mm < 10 ? "0".$subject->end_mm : $subject->end_mm }}
@endif @endforeach
@foreach($subjects as $subject) @if($subject->id == $employee_subject->id && $subject->day == 6) {{ $subject->code }}
{{ $subject->start_hh < 10 ? "0".$subject->start_hh : $subject->start_hh }} :{{ $subject->start_mm < 10 ? "0".$subject->start_mm : $subject->start_mm }}  -  {{ $subject->end_hh < 10 ? "0".$subject->end_hh : $subject->end_hh }} :{{ $subject->end_mm < 10 ? "0".$subject->end_mm : $subject->end_mm }}
@endif @endforeach
{{ $type_subject->typeSubject->description }} @foreach($complements as $complement) @if($complement->id == $type_subject->id && $complement->day == 1) {{ $complement->start_hh < 10 ? "0".$complement->start_hh : $complement->start_hh }} :{{ $complement->start_mm < 10 ? "0".$complement->start_mm : $complement->start_mm }}  -  {{ $complement->end_hh < 10 ? "0".$complement->end_hh : $complement->end_hh }} :{{ $complement->end_mm < 10 ? "0".$complement->end_mm : $complement->end_mm }}
@endif @endforeach
@foreach($complements as $complement) @if($complement->id == $type_subject->id && $complement->day == 2) {{ $complement->start_hh < 10 ? "0".$complement->start_hh : $complement->start_hh }} :{{ $complement->start_mm < 10 ? "0".$complement->start_mm : $complement->start_mm }}  -  {{ $complement->end_hh < 10 ? "0".$complement->end_hh : $complement->end_hh }} :{{ $complement->end_mm < 10 ? "0".$complement->end_mm : $complement->end_mm }}
@endif @endforeach
@foreach($complements as $complement) @if($complement->id == $type_subject->id && $complement->day == 3) {{ $complement->start_hh < 10 ? "0".$complement->start_hh : $complement->start_hh }} :{{ $complement->start_mm < 10 ? "0".$complement->start_mm : $complement->start_mm }}  -  {{ $complement->end_hh < 10 ? "0".$complement->end_hh : $complement->end_hh }} :{{ $complement->end_mm < 10 ? "0".$complement->end_mm : $complement->end_mm }}
@endif @endforeach
@foreach($complements as $complement) @if($complement->id == $type_subject->id && $complement->day == 4) {{ $complement->start_hh < 10 ? "0".$complement->start_hh : $complement->start_hh }} :{{ $complement->start_mm < 10 ? "0".$complement->start_mm : $complement->start_mm }}  -  {{ $complement->end_hh < 10 ? "0".$complement->end_hh : $complement->end_hh }} :{{ $complement->end_mm < 10 ? "0".$complement->end_mm : $complement->end_mm }}
@endif @endforeach
@foreach($complements as $complement) @if($complement->id == $type_subject->id && $complement->day == 5) {{ $complement->start_hh < 10 ? "0".$complement->start_hh : $complement->start_hh }} :{{ $complement->start_mm < 10 ? "0".$complement->start_mm : $complement->start_mm }}  -  {{ $complement->end_hh < 10 ? "0".$complement->end_hh : $complement->end_hh }} :{{ $complement->end_mm < 10 ? "0".$complement->end_mm : $complement->end_mm }}
@endif @endforeach
@foreach($complements as $complement) @if($complement->id == $type_subject->id && $complement->day == 6) {{ $complement->start_hh < 10 ? "0".$complement->start_hh : $complement->start_hh }} :{{ $complement->start_mm < 10 ? "0".$complement->start_mm : $complement->start_mm }}  -  {{ $complement->end_hh < 10 ? "0".$complement->end_hh : $complement->end_hh }} :{{ $complement->end_mm < 10 ? "0".$complement->end_mm : $complement->end_mm }}
@endif @endforeach
TUTORÍAS @if($tutorial->day == 1) {{ $tutorial->group->code }}
{{ $start_tutorial }}  -  {{ $end_tutorial }} @endif
@if($tutorial->day == 2) {{ $tutorial->group->code }}
{{ $start_tutorial }}  -  {{ $end_tutorial }} @endif
@if($tutorial->day == 3) {{ $tutorial->group->code }}
{{ $start_tutorial }}  -  {{ $end_tutorial }} @endif
@if($tutorial->day == 4) {{ $tutorial->group->code }}
{{ $start_tutorial }}  -  {{ $end_tutorial }} @endif
@if($tutorial->day == 5) {{ $tutorial->group->code }}
{{ $start_tutorial }}  -  {{ $end_tutorial }} @endif
@if($tutorial->day == 6) {{ $tutorial->group->code }}
{{ $start_tutorial }}  -  {{ $end_tutorial }} @endif
@endif

ATENTAMENTE




______________________________________

 

 

AUTORIZA




______________________________________