public function index()
 {
     $device = \App\Device::get();
     return response()->json($device);
 }