public function index()
 {
     $stocks = Stock::all();
     return view('stock.index', compact('stocks'));
 }