Please Check Course RS-{{$cs_c->course_id}} Session at {{$cs_c->session_date}} from {{$cs_c->from}} to {{$cs_c->to}}
@if ($cs_c->class_room_id)
in class room {{$cs_c->class_room->name}}
@endif
@if ($cs_c->instructor_id)
and Instructor {{$cs_c->instructor->name}}
@endif
{{__('messages.hint:You cannot change the start and end date, number of course sessions, and course operation days, because this session has already started, and to amend, add or delete a lecture, you can do that through course sessions')}}
{{__('messages.click here')}}
@endif
.lazymain_category_id
@foreach(\App\Models\Category::where("active" ,1)->whereNull('category_id')->get() as $main_cat)
@endforeach
.lazycategory_id
@foreach(\App\Models\Category::where("active" ,1)->where('category_id' , $main_category_id)->get() as $cat)
@endforeach
.lazyproduct_id
@foreach(\App\Models\Product::where('active',1)->where("product_type_id" ,1)->where("category_id" ,$category_id)->orderBy("name_en")->get() as $product)
@endforeach
@if ($course_levels->count()>1)
*
edit_course_level_id.lazy
@foreach($course_levels as $courseLevel)
@endforeach
@endif
branch_idgetClassRooms
@foreach(\App\Models\Branch::all() as $branch)
@endforeach
class_room_typegetClassRooms
*
edit_class_room_idgetInitialCapacityCourse
@foreach($class_rooms as $classRoom)
@endforeach