Displaying a description with HTML tag or entity on TextColumn
is there any way to add html entity or tag inside
i have tried as following:
->description() on a table row?i have tried as following:
Tables\Columns\TextColumn::make('status')
->description(fn (Tracking $record): string => \Carbon\Carbon::parse($record->date)->since() . ' ⋅ ' . $record->port->name)