diff --git a/app/Filament/Pages/ProductionCalender.php b/app/Filament/Pages/ProductionCalender.php index c926c1d..8abe8c4 100644 --- a/app/Filament/Pages/ProductionCalender.php +++ b/app/Filament/Pages/ProductionCalender.php @@ -27,6 +27,8 @@ class ProductionCalender extends Page protected static string $view = 'filament.pages.production-calender'; + protected static ?string $navigationGroup = 'Production'; + use InteractsWithForms; protected $listeners = ['setWorkingDays']; diff --git a/app/Filament/Pages/ProductionTarget.php b/app/Filament/Pages/ProductionTarget.php index f8d4ede..62c6e57 100644 --- a/app/Filament/Pages/ProductionTarget.php +++ b/app/Filament/Pages/ProductionTarget.php @@ -19,6 +19,8 @@ class ProductionTarget extends Page protected static string $view = 'filament.pages.production-target'; + protected static ?string $navigationGroup = 'Production'; + public array $filters = [];