/** * Remove the specified resource from storage. * * @param int $id * @return Response */ public function destroy($id) { return Inventario::destroy($id); }
private function getInv($value) { return Inventario::select('inventarios.faixa', 'inventarios.emol')->searchInventario($value)->first(); }