Exemplo n.º 1
0
 public function listar($take = 10)
 {
     return Gallery::orderBy('created_at', 'desc')->with('photos')->paginate();
 }