From 224b8f1ac4c040887fcd805c87e70cee503b08b4 Mon Sep 17 00:00:00 2001 From: Yoga Pangestu Date: Mon, 9 Feb 2026 10:23:47 +0700 Subject: [PATCH] feat: update navigation sort order for Chicken, Feed, and Unit resources --- app/Filament/Resources/Master/Chickens/ChickenResource.php | 2 +- app/Filament/Resources/Master/Feeds/FeedResource.php | 2 +- app/Filament/Resources/Master/Units/UnitResource.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Filament/Resources/Master/Chickens/ChickenResource.php b/app/Filament/Resources/Master/Chickens/ChickenResource.php index c1176fa..bb2d16b 100644 --- a/app/Filament/Resources/Master/Chickens/ChickenResource.php +++ b/app/Filament/Resources/Master/Chickens/ChickenResource.php @@ -38,7 +38,7 @@ class ChickenResource extends Resource protected static ?string $navigationLabel = 'Ayam'; - protected static ?int $navigationSort = 2; + protected static ?int $navigationSort = 3; protected static ?string $recordTitleAttribute = 'tag_code'; diff --git a/app/Filament/Resources/Master/Feeds/FeedResource.php b/app/Filament/Resources/Master/Feeds/FeedResource.php index 9cb9041..98828aa 100644 --- a/app/Filament/Resources/Master/Feeds/FeedResource.php +++ b/app/Filament/Resources/Master/Feeds/FeedResource.php @@ -37,7 +37,7 @@ class FeedResource extends Resource protected static ?string $navigationLabel = 'Pakan'; - protected static ?int $navigationSort = 3; + protected static ?int $navigationSort = 4; protected static ?string $recordTitleAttribute = 'name'; diff --git a/app/Filament/Resources/Master/Units/UnitResource.php b/app/Filament/Resources/Master/Units/UnitResource.php index c773817..13ee81c 100644 --- a/app/Filament/Resources/Master/Units/UnitResource.php +++ b/app/Filament/Resources/Master/Units/UnitResource.php @@ -34,7 +34,7 @@ class UnitResource extends Resource protected static ?string $navigationLabel = 'Satuan'; - protected static ?int $navigationSort = 4; + protected static ?int $navigationSort = 2; protected static ?string $recordTitleAttribute = 'name';