{{__('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
product_idCourseLevels
@foreach(\App\Models\Product::where('active',1)->get() as $product)
@if($product->product_type->name == "Course")
@endif
@endforeach
*
edit_course_level_idgetInitialSessionsCount
@foreach($course_levels as $courseLevel)
@endforeach
branch_idgetClassRooms
@foreach(\App\Models\Branch::all() as $branch)
@endforeach
class_room_typegetClassRooms
*
edit_class_room_idgetInitialCapacityCourse
@foreach($class_rooms as $classRoom)
@endforeach