feat: tambah halaman kontak publik dan inbox pesan masuk di dashboard

This commit is contained in:
2026-04-03 05:33:21 +07:00
parent 3339a45243
commit 396ecdb489
13 changed files with 318 additions and 3 deletions
@@ -0,0 +1,16 @@
<?php
namespace App\Filament\Resources\ContactMessages\Schemas;
use Filament\Schemas\Schema;
class ContactMessageForm
{
public static function configure(Schema $schema): Schema
{
return $schema
->components([
//
]);
}
}