|
|
- $this->records = \App\Models\Course::where('parent_id', null)->where('type', $_GET["type"])->with('type', 'duration', 'getins')->get();
|
|
|
+ $this->records = \App\Models\Course::where('parent_id', null)->where('type', $_GET["type"])->where('enabled', true)->with('type', 'duration', 'getins')->get();
|