$projects = Project::whereHas('projectOffers', function ($offer) { $offer->where('teacher_id', "Ahmed"); $offer->where('status_id', "Accepted"); })->where('status_id', "inprogress")->get();