diff --git a/app/Nova/Lecturer.php b/app/Nova/Lecturer.php index 26377a08..db8d1c24 100644 --- a/app/Nova/Lecturer.php +++ b/app/Nova/Lecturer.php @@ -104,9 +104,9 @@ class Lecturer extends Resource ->help(__('This is the introduction text that is shown on the landing page.')), Text::make('Slug') + ->hide() ->hideFromIndex() - ->rules('required', 'string', 'unique:lecturers,slug') - ->exceptOnForms(), + ->rules('required', 'string', 'unique:lecturers,slug'), Boolean::make('Active') ->rules('required')