feat: gunakan font Roboto dan Playfair Display di halaman publik
This commit is contained in:
@@ -19,8 +19,8 @@ class ContactMessageResource extends Resource
|
||||
{
|
||||
protected static ?string $model = ContactMessage::class;
|
||||
protected static string|\BackedEnum|null $navigationIcon = 'heroicon-o-envelope';
|
||||
protected static string|\UnitEnum|null $navigationGroup = 'Konten';
|
||||
protected static ?string $modelLabel = 'Pesan Masuk';
|
||||
protected static string|\UnitEnum|null $navigationGroup = 'Kontak';
|
||||
protected static ?string $navigationLabel = 'Pesan Masuk';
|
||||
|
||||
public static function form(Schema $form): Schema
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user