feat: gunakan font Roboto dan Playfair Display di halaman publik

This commit is contained in:
2026-04-03 09:20:29 +07:00
parent 2b0ac071a7
commit fb0e32da1b
10 changed files with 29 additions and 11 deletions
@@ -18,6 +18,7 @@ class PostResource extends Resource
protected static ?string $model = Post::class;
protected static string|\BackedEnum|null $navigationIcon = 'heroicon-o-newspaper';
protected static string|\UnitEnum|null $navigationGroup = 'Konten';
protected static ?string $navigationLabel = 'Post';
// Label dinamis sesuai role
public static function getModelLabel(): string