© 2026 Hedgehog Software, LLC
TextColumn::make('status') ->label(view('test-dummy')) // test-dummy.blade.php <x-filament::icon icon="heroicon-o-user" class="w-5 h-5"/>
TextColumn::make('status') ->label(function () { return new HtmlString(Blade::render('<x-filament::icon icon="heroicon-o-user" class="w-5 h-5" />')); })