You can also remove the add a new record button by using
protected function setupListOperation() { // Other code CRUD::removeButton('create'); // Other code }
This solution was successfully tested in BackPack for Laravel v.6.