up
This commit is contained in:
@@ -24,6 +24,7 @@ class CompraResource extends Resource
|
||||
{
|
||||
protected static ?string $model = Compra::class;
|
||||
protected static ?string $navigationGroup = 'Operación'; //
|
||||
protected static ?int $navigationSort = 100;
|
||||
protected static ?string $navigationIcon = 'heroicon-o-credit-card';
|
||||
|
||||
public static function canViewAny(): bool
|
||||
|
||||
@@ -33,6 +33,7 @@ class ProductoResource extends Resource
|
||||
{
|
||||
|
||||
protected static ?string $navigationGroup = 'Inventario'; //
|
||||
protected static ?int $navigationSort = 50;
|
||||
|
||||
protected static ?string $model = Producto::class;
|
||||
protected static string $relationship = 'variantes';
|
||||
|
||||
Reference in New Issue
Block a user