Ejemplo n.º 1
0
 public function getBySlug($slug)
 {
     return Pages::with('categories', 'tags')->where('slug', $slug)->first();
 }