Device::all() 'devices' => Device::all() ]); }); Route::get('/devices/{id}', function ($id) { return view('deviceDetail', [ 'device' => Device::find($id) ]); });