Beispiel #1
0
 public function getWarehouseAll()
 {
     return View::make('goods.warehouse-all')->with('warehouse', Warehouse::all())->with('count', Warehouse::count());
 }