@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
{{-- {{dd(count($timesetting))}} --}}
@if(count($values)>0 && count($timesetting)>0 && count($routinesetting)>0)
CLASS ROUTINE of {{$values[0]->class_name}} @if(!empty($sections)) {{$values[0]->section_name}} @endif
@else
Data Not Available !!!
@endif
{{-- @endif --}}
@endsection