|
@@ -63,7 +63,6 @@ class AdminController extends Controller
|
|
|
return $content
|
|
|
->title($this->title())
|
|
|
->description($this->description()['index'] ?? trans('admin.list'))
|
|
|
- ->perfectScrollbar()
|
|
|
->body($this->grid());
|
|
|
}
|
|
|
|
|
@@ -80,7 +79,6 @@ class AdminController extends Controller
|
|
|
return $content
|
|
|
->title($this->title())
|
|
|
->description($this->description()['show'] ?? trans('admin.show'))
|
|
|
- ->perfectScrollbar()
|
|
|
->body($this->detail($id));
|
|
|
}
|
|
|
|