© 2026 Hedgehog Software, LLC
TextInputColumn
is_completed
true
description
TextInputColumn::make('description') ->rules(['min:10', 'max:255']) ->action(fn(FollowUp $record, string $value) => $record->update([ 'is_completed' => true, ])),