TextColumn::make('tag.name')
->label('Tags')
->badge()
->color(function($state){
return Color::hex(Tag::where('name', $state)->first()->color);
}),
TextColumn::make('tag.name')
->label('Tags')
->badge()
->color(function($state){
return Color::hex(Tag::where('name', $state)->first()->color);
}),