feat: add new admin dashboard header component with navigation, tools, and notifications

This commit is contained in:
Ümit Tunç
2026-04-29 07:10:14 +03:00
parent 118da4ffe1
commit 491f929bdd
+2 -1
View File
@@ -6,7 +6,8 @@
@if (isset($c) && $c->icon)
<div class="mr-15 d-flex align-items-center justify-content-center"
style="width: 36px; height: 36px; background: #f8fafc; border-radius: 10px; border: 1px solid #f1f5f9;">
<img src="{{ url($c->icon) }}" alt="" style="width: 20px; height: 20px; object-fit: contain;">
<img src="{{ url('assets/icons/' . $c->icon . '.png') }}" alt=""
style="width: 20px; height: 20px; object-fit: contain;">
</div>
@endif