feat: add new admin dashboard header component with navigation, tools, and notifications
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user