where('vacancyStatus', 'OPEN') ->where('vacancyCount', '!=', 0) ->get(); return view('home') ->with('positions', $positions); } }