This commit is contained in:
f4ilji
2025-01-10 15:45:31 +05:00
parent 1cc64c390d
commit 8106493216
4 changed files with 203 additions and 53 deletions
@@ -23,6 +23,7 @@ class ClientScheduleController extends Controller
$query->whereRaw('LOWER(title) like ?', ["%".strtolower($search)."%"]);
})
->with('schedules')
->with('faculty')
->orderBy('title')
->get());
}