Compare commits
2 Commits
55ae830e1d
...
155c1928fd
| Author | SHA1 | Date | |
|---|---|---|---|
| 155c1928fd | |||
| 0d2ab7b957 |
@ -99,7 +99,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ route('admin.pelanggan.index') }}"
|
<a href="{{ route('admin.pelanggan.index') }}"
|
||||||
class="flex items-center py-2 px-3 rounded hover:bg-blue-50 text-gray-700">
|
class="flex items-center py-2 px-3 rounded hover:bg-blue-50 {{ request()->is('admin/pelanggan*') ? 'bg-blue-100 text-blue-600' : 'text-gray-700' }}">
|
||||||
<i class="bi bi-people me-2"></i> Pelanggan
|
<i class="bi bi-people me-2"></i> Pelanggan
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user