feat: update navigation sort order for Chicken, Feed, and Unit resources

This commit is contained in:
Yoga Pangestu 2026-02-09 10:23:47 +07:00
parent ba6ca892dd
commit 224b8f1ac4
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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