This commit is contained in:
Lizandro Guarnizo
2026-01-19 11:17:35 -05:00
parent 8cd934a63e
commit 02fe93a10d
4 changed files with 6 additions and 0 deletions
@@ -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