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';