class CategoryResource extends Resource
{
protected static ?string $model = Category::class;
protected static ?string $title = 'Categorie';
protected static ?string $subheading = 'Tutte le categorie';
protected static ?string $navigationIcon = 'heroicon-o-tag';
protected static ?string $navigationGroup = 'Dati';
protected static ?string $navigationLabel = 'Categorie';
class CategoryResource extends Resource
{
protected static ?string $model = Category::class;
protected static ?string $title = 'Categorie';
protected static ?string $subheading = 'Tutte le categorie';
protected static ?string $navigationIcon = 'heroicon-o-tag';
protected static ?string $navigationGroup = 'Dati';
protected static ?string $navigationLabel = 'Categorie';