feat: tambah modul blog dengan resource Filament, halaman publik, dan PostSeeder

This commit is contained in:
2026-04-03 05:18:34 +07:00
parent 2646adf160
commit 3339a45243
16 changed files with 413 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@
<a href="{{ route('home') }}" class="hover:underline">Beranda</a>
<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('filament.admin.auth.login') }}" class="bg-white text-green-700 px-3 py-1 rounded hover:bg-green-50">Login</a>
</div>
</div>