diff --git a/app/Nova/Lecturer.php b/app/Nova/Lecturer.php index db8d1c24..8929ef0b 100644 --- a/app/Nova/Lecturer.php +++ b/app/Nova/Lecturer.php @@ -104,7 +104,6 @@ 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'),