From 491f929bdddc9019f8ff74a5a84397b8b9851dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Wed, 29 Apr 2026 07:10:14 +0300 Subject: [PATCH] feat: add new admin dashboard header component with navigation, tools, and notifications --- resources/views/admin/inc/header.blade.php | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/resources/views/admin/inc/header.blade.php b/resources/views/admin/inc/header.blade.php index 535dc26..339c546 100644 --- a/resources/views/admin/inc/header.blade.php +++ b/resources/views/admin/inc/header.blade.php @@ -6,7 +6,8 @@ @if (isset($c) && $c->icon)
- +
@endif @@ -16,7 +17,7 @@