@extends('admin.include.main') @section('content')
@if ($errors->any())
@endif {{-- @if(empty($timesetting['id']) || empty($routinesetting['id']) || empty($values['id']))

Setting not Set or Class Values not available..

@else --}}

Routine of Class : {{$class_name}} @if(!empty($section_name)) Section:{{$section_name}} @endif

@foreach($time as $times) @endforeach @if($routinesetting[0]['weekend']=='1') @else @for($j=0;$j<$timecount;$j++) @if($time[$j]['period_type']=='break') @elseif($time[$j]['period_type']=='lunchbreak') @else @endif @endfor @endif @for($j=0;$j<$timecount;$j++) @if($time[$j]['period_type']=='break') @elseif($time[$j]['period_type']=='lunchbreak') @else @endif @endfor @for($j=0;$j<$timecount;$j++) @if($time[$j]['period_type']=='break') @elseif($time[$j]['period_type']=='lunchbreak') @else @endif @endfor @for($j=0;$j<$timecount;$j++) @if($time[$j]['period_type']=='break') @elseif($time[$j]['period_type']=='lunchbreak') @else @endif @endfor @for($j=0;$j<$timecount;$j++) @if($time[$j]['period_type']=='break') @elseif($time[$j]['period_type']=='lunchbreak') @else @endif @endfor @for($j=0;$j<$timecount;$j++) @if($time[$j]['period_type']=='break') @elseif($time[$j]['period_type']=='lunchbreak') @else @endif @endfor @if($routinesetting[0]['weekend']=='7') @else @for($j=0;$j<$timecount;$j++) @if($time[$j]['period_type']=='break') @elseif($time[$j]['period_type']=='lunchbreak') @else @endif @endfor @endif
S.N{{$times->time_table}}
WeekendSundaybreakLunchbreak @foreach($data as $datas) @if($datas->day=='sunday' && $datas->time_id==$time[$j]['id']) {{$datas->full_name.'/'.$datas->subject_name}} @endif @endforeach
MondaybreakLunchbreak @foreach($data as $datas) @if($datas->day=='sunday' && $datas->time_id==$time[$j]['id']) {{$datas->full_name.'/'.$datas->subject_name}} @endif @endforeach
TuesdaybreakLunchbreak @foreach($data as $datas) @if($datas->day=='sunday' && $datas->time_id==$time[$j]['id']) {{$datas->full_name.'/'.$datas->subject_name}} @endif @endforeach
WednesdaybreakLunchbreak @foreach($data as $datas) @if($datas->day=='sunday' && $datas->time_id==$time[$j]['id']) {{$datas->full_name.'/'.$datas->subject_name}} @endif @endforeach
ThursdaybreakLunchbreak @foreach($data as $datas) @if($datas->day=='sunday' && $datas->time_id==$time[$j]['id']) {{$datas->full_name.'/'.$datas->subject_name}} @endif @endforeach
FridaybreakLunchbreak
Saturday WeekendbreakLunchbreak @foreach($data as $datas) @if($datas->day=='sunday' && $datas->time_id==$time[$j]['id']) {{$datas->full_name.'/'.$datas->subject_name}} @endif @endforeach
{{-- @endif --}}
@endsection