Ejemplo n.º 1
0
 public function getAllFront()
 {
     return Pages::where('active', 1)->orderBy('created_at', 'DESC')->get();
 }