This commit is contained in:
rahmagustin 2026-04-07 22:34:42 +07:00
parent 48f525e8fc
commit 782b51fbb3
1 changed files with 1 additions and 2 deletions

View File

@ -10,8 +10,7 @@
<nav class="breadcrumbs">
<ol>
<li><a href="{{ route('user.index') }}">Beranda</a></li>
<li><a href="{{ route('user.pengumuman') }}">Pengumuman</a></li>
<li class="current">Detail Pengumuman</li>
<li class="current"><a href="{{ route('user.pengumuman') }}">Pengumuman</a></li>
</ol>
</nav>
</div>