@extends($viewVars['loadTeacherLayout'] ? 'layouts.teacher' : 'layouts.vertical') @section('css') @endsection @php $CurrentSchedule = null; $is_some_schedule_exist = false; $sroom = ""; if(app('request')->input('room')){ $sroom = app('request')->input('room'); } @endphp @section('breadcrumb')