{{--
Student routine: 1A
--}}
@if(isset($routine[0]->teacher_id))
|
Teacher :
|
| Day/Period |
1 |
2 |
Break |
3 |
4 |
Lunch |
5 |
6 |
Break |
7 |
8 |
| Sun |
{{$routine[0]->sun1}} |
{{$routine[0]->sun2}} |
|
{{$routine[0]->sun3}} |
{{$routine[0]->sun4}} |
|
{{$routine[0]->sun5}} |
{{$routine[0]->sun6}} |
|
{{$routine[0]->sun7}} |
{{$routine[0]->sun8}} |
| Mon |
{{$routine[0]->mon1}} |
{{$routine[0]->mon2}} |
|
{{$routine[0]->mon3}} |
{{$routine[0]->mon4}} |
|
{{$routine[0]->mon5}} |
{{$routine[0]->mon6}} |
|
{{$routine[0]->mon7}} |
{{$routine[0]->mon8}} |
| Tue |
{{$routine[0]->tue1}} |
{{$routine[0]->tue1}} |
|
{{$routine[0]->tue1}} |
{{$routine[0]->tue1}} |
|
{{$routine[0]->tue5}} |
{{$routine[0]->tue6}} |
|
{{$routine[0]->tue7}} |
{{$routine[0]->tue8}} |
| Wed |
{{$routine[0]->wed1}} |
{{$routine[0]->wed2}} |
|
{{$routine[0]->wed3}} |
{{$routine[0]->wed4}} |
|
{{$routine[0]->wed5}} |
{{$routine[0]->wed6}} |
|
{{$routine[0]->wed7}} |
{{$routine[0]->wed8}} |
| Thu |
{{$routine[0]->thurs1}} |
{{$routine[0]->thurs2}} |
|
{{$routine[0]->thurs3}} |
{{$routine[0]->thurs4}} |
|
{{$routine[0]->thurs5}} |
{{$routine[0]->thurs6}} |
|
{{$routine[0]->thurs7}} |
{{$routine[0]->thurs8}} |
| Fri |
{{$routine[0]->fri1}} |
{{$routine[0]->fri2}} |
|
{{$routine[0]->fri3}} |
{{$routine[0]->fri4}} |
|
{{$routine[0]->fri5}} |
{{$routine[0]->fri6}} |
|
{{$routine[0]->fri7}} |
{{$routine[0]->fri8}} |
| Sat |
Holiday |
@endif
@if(isset($routine->class_id))
|
Class :
|
| Day/Period |
1 |
2 |
Break |
3 |
4 |
Lunch |
5 |
6 |
Break |
7 |
8 |
| Sun |
{{$routine[0]->sun1}} |
{{$routine[0]->sun2}} |
|
{{$routine[0]->sun3}} |
{{$routine[0]->sun4}} |
|
{{$routine[0]->sun5}} |
{{$routine[0]->sun6}} |
|
{{$routine[0]->sun7}} |
{{$routine[0]->sun8}} |
| Mon |
{{$routine[0]->mon1}} |
{{$routine[0]->mon2}} |
|
{{$routine[0]->mon3}} |
{{$routine[0]->mon4}} |
|
{{$routine[0]->mon5}} |
{{$routine[0]->mon6}} |
|
{{$routine[0]->mon7}} |
{{$routine[0]->mon8}} |
| Tue |
{{$routine[0]->tue1}} |
{{$routine[0]->tue1}} |
|
{{$routine[0]->tue1}} |
{{$routine[0]->tue1}} |
|
{{$routine[0]->tue5}} |
{{$routine[0]->tue6}} |
|
{{$routine[0]->tue7}} |
{{$routine[0]->tue8}} |
| Wed |
{{$routine[0]->wed1}} |
{{$routine[0]->wed2}} |
|
{{$routine[0]->wed3}} |
{{$routine[0]->wed4}} |
|
{{$routine[0]->wed5}} |
{{$routine[0]->wed6}} |
|
{{$routine[0]->wed7}} |
{{$routine[0]->wed8}} |
| Thu |
{{$routine[0]->thurs1}} |
{{$routine[0]->thurs2}} |
|
{{$routine[0]->thurs3}} |
{{$routine[0]->thurs4}} |
|
{{$routine[0]->thurs5}} |
{{$routine[0]->thurs6}} |
|
{{$routine[0]->thurs7}} |
{{$routine[0]->thurs8}} |
| Fri |
{{$routine[0]->fri1}} |
{{$routine[0]->fri2}} |
|
{{$routine[0]->fri3}} |
{{$routine[0]->fri4}} |
|
{{$routine[0]->fri5}} |
{{$routine[0]->fri6}} |
|
{{$routine[0]->fri7}} |
{{$routine[0]->fri8}} |
| Sat |
Holiday |
@endif