up
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -28,6 +28,7 @@ class InventarioPrendaResource extends Resource
|
||||
protected static ?string $model = InventarioPrenda::class;
|
||||
|
||||
protected static ?string $navigationGroup = 'Gestión';
|
||||
protected static ?int $navigationSort = 6;
|
||||
protected static ?string $navigationIcon = 'heroicon-o-circle-stack';
|
||||
|
||||
public static function form(Form $form): Form
|
||||
|
||||
@@ -29,6 +29,7 @@ class OrdenProduccionResource extends Resource
|
||||
protected static ?string $model = OrdenProduccion::class;
|
||||
|
||||
protected static ?string $navigationGroup = 'Gestión';
|
||||
protected static ?int $navigationSort = 2;
|
||||
protected static ?string $navigationIcon = 'heroicon-o-clipboard-document-list';
|
||||
|
||||
public static function form(Form $form): Form
|
||||
|
||||
@@ -30,6 +30,7 @@ class ProcesoAcabadoResource extends Resource
|
||||
protected static ?string $model = ProcesoAcabado::class;
|
||||
|
||||
protected static ?string $navigationGroup = 'Gestión';
|
||||
protected static ?int $navigationSort = 5;
|
||||
protected static ?string $navigationIcon = 'heroicon-o-check-badge';
|
||||
|
||||
public static function form(Form $form): Form
|
||||
|
||||
@@ -17,6 +17,7 @@ class ProveedorResource extends Resource
|
||||
protected static ?string $model = Proveedor::class;
|
||||
|
||||
protected static ?string $navigationGroup = 'Gestión';
|
||||
protected static ?int $navigationSort = 8;
|
||||
protected static ?string $navigationIcon = 'heroicon-o-users';
|
||||
|
||||
public static function canViewAny(): bool
|
||||
|
||||
@@ -25,6 +25,7 @@ class TelaResource extends Resource
|
||||
protected static ?string $model = Tela::class;
|
||||
|
||||
protected static ?string $navigationGroup = 'Gestión';
|
||||
protected static ?int $navigationSort = 1;
|
||||
protected static ?string $navigationIcon = 'heroicon-o-map';
|
||||
|
||||
public static function form(Form $form): Form
|
||||
|
||||
@@ -29,6 +29,7 @@ class TintoreriaResource extends Resource
|
||||
protected static ?string $model = Tintoreria::class;
|
||||
|
||||
protected static ?string $navigationGroup = 'Gestión';
|
||||
protected static ?int $navigationSort = 4;
|
||||
protected static ?string $navigationIcon = 'heroicon-o-eye-dropper';
|
||||
|
||||
public static function form(Form $form): Form
|
||||
|
||||
@@ -21,6 +21,7 @@ class TrasladoPrendaResource extends Resource
|
||||
protected static ?string $model = TrasladoPrenda::class;
|
||||
|
||||
protected static ?string $navigationGroup = 'Gestión';
|
||||
protected static ?int $navigationSort = 7;
|
||||
protected static ?string $navigationIcon = 'heroicon-o-map';
|
||||
|
||||
public static function form(Form $form): Form
|
||||
|
||||
Reference in New Issue
Block a user