public function index()
 {
     $subnets = DhcpSubnet::orderBy('name')->get();
     return view('dhcp.subnet.index', compact('subnets'));
 }