HIDING A FORM TEXTBOX ON 'CREATE' AND EDIT MODAL, NOT ON VIEW MODAL

Forms\Components\TextInput::make('fullname')->placeholder('Fullname')->unique(Advisers::class, 'fullname', ignoreRecord: true)

How can I hide the fullname textbox on the create and edit modals, but not on the view modal? I'm using Filament v3. TY.
Was this page helpful?