Update OjalPresillaResource.php

This commit is contained in:
Lizandro Guarnizo
2026-01-29 20:58:50 -05:00
parent 2bc08c8646
commit cc8cc59c08
@@ -17,7 +17,7 @@ class OjalPresillaResource extends Resource
{
protected static ?string $model = Ojal::class;
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
protected static ?string $navigationGroup = 'Producción';
protected static ?string $navigationGroup = 'Gestión';
protected static ?string $navigationLabel = 'Ojales y Prensillas';
protected static ?string $pluralModelLabel = 'Ojales y Prensillas';
protected static ?int $navigationSort = 4;