public function index()
 {
     $bodegas = Bodega::where('status', 1)->paginate(4);
     return view('catBodega.index', compact('bodegas'));
 }