This commit is contained in:
Lizandro Guarnizo
2026-01-18 12:13:18 -05:00
parent 5879eb803e
commit 597242f6bb
8 changed files with 8 additions and 0 deletions
@@ -28,6 +28,7 @@ class ConfeccionResource extends Resource
protected static ?string $model = Confeccion::class;
protected static ?string $navigationGroup = 'Gestión';
protected static ?int $navigationSort = 3;
protected static ?string $navigationIcon = 'heroicon-o-cog';
public static function form(Form $form): Form