up
This commit is contained in:
@@ -9,6 +9,9 @@ class GestionDashboard extends Page
|
||||
{
|
||||
protected static ?string $navigationIcon = 'heroicon-o-chart-bar';
|
||||
|
||||
protected static ?string $navigationGroup = 'Gestión';
|
||||
protected static ?int $navigationSort = 1;
|
||||
|
||||
protected static ?string $title = 'Dashboard de Gestión';
|
||||
|
||||
protected static string $view = 'filament.pages.gestion-dashboard';
|
||||
|
||||
@@ -18,6 +18,7 @@ use Illuminate\Support\Facades\Mail;
|
||||
class PuntoVenta extends Page
|
||||
{
|
||||
protected static ?string $navigationGroup = 'Operación';
|
||||
protected static ?int $navigationSort = 120;
|
||||
protected static ?string $navigationIcon = 'heroicon-o-shopping-cart';
|
||||
protected static string $view = 'filament.pages.punto-venta';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user