Eloquent get parent with child relationship only
Eg : Get plate with project only
Plate::with('project')->has('project')->get();