© 2026 Hedgehog Software, LLC
$table->boolean('decision')->nullable();
true
false
$state
Model $record
TextColumn::make('decision') ->badge() ->formatStateUsing(function (Model $record) { dump($record); }) ...
TextColumn::make('decision') ->badge() ->formatStateUsing(function (string $state) { dump($state) }) ...
getStateUsing()
null
formatStateUsing()