feat: tambah modul blog dengan resource Filament, halaman publik, dan PostSeeder
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user