use new HtmlString(‘State’)
Tables\Columns\SelectColumn::make('state')
->label(new HtmlString('<span style="">State</span>'))
->extraHeaderAttributes([
'style' => 'padding-right:150px'
])
Leave a Reply