fix: breadcrumbs indonesian labels
This commit is contained in:
@@ -19,7 +19,9 @@ class MemberDueResource extends Resource
|
||||
protected static ?string $model = MemberDue::class;
|
||||
protected static string|BackedEnum|null $navigationIcon = Heroicon::OutlinedRectangleStack;
|
||||
protected static string|\UnitEnum|null $navigationGroup = 'Organisasi';
|
||||
protected static ?string $navigationLabel = 'Iuran Anggota';
|
||||
|
||||
protected static ?string $modelLabel = 'Iuran Anggota';
|
||||
protected static ?string $pluralModelLabel = 'Iuran Anggota';
|
||||
|
||||
public static function form(Schema $schema): Schema
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user