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
+1
View File
@@ -16,6 +16,7 @@
<a href="{{ route('tentang') }}" class="hover:underline">Tentang</a>
<a href="{{ route('kegiatan') }}" class="hover:underline">Kegiatan</a>
<a href="{{ route('blog') }}" class="hover:underline">Blog</a>
<a href="{{ route('kontak') }}" class="hover:underline">Kontak</a>
<a href="{{ route('filament.admin.auth.login') }}" class="bg-white text-green-700 px-3 py-1 rounded hover:bg-green-50">Login</a>
</div>
</div>