From cda0bb49bc97f0fb9f09db873ae1694a838eb436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Thu, 21 May 2026 10:16:43 +0300 Subject: [PATCH] feat: update header component with new layout and responsive design for improved user experience and localization support --- resources/views/partials/header.blade.php | 56 +++++++++++++++++++++-- 1 file changed, 52 insertions(+), 4 deletions(-) diff --git a/resources/views/partials/header.blade.php b/resources/views/partials/header.blade.php index 761091d..9e9ef82 100644 --- a/resources/views/partials/header.blade.php +++ b/resources/views/partials/header.blade.php @@ -46,13 +46,13 @@ $isHomepage = $currentRoute === 'homepage' || $currentPath === '/' || request()-