Example #1
0
 public function getAllFront()
 {
     return Press::with('coverImage')->where('cover_image_id', '>', 0)->orderBy('position', 'ASC')->get();
 }