style: apply custom design system and layout refinements to the admin header and sidebar

This commit is contained in:
Ümit Tunç
2026-04-29 07:48:40 +03:00
parent cafa78e738
commit 12223eac40
2 changed files with 6 additions and 116 deletions
+5 -2
View File
@@ -7,8 +7,11 @@
<!-- Page Title & Breadcrumbs -->
<div class="d-flex flex-column justify-content-center">
<div class="font-size-md font-w700 text-dark mb-0" style="line-height: 1.2;">@yield('title')</div>
<h1 class="h5 font-w700 text-dark mb-0">@yield('title', e2('Dashboard'))</h1>
<nav class="breadcrumb bg-transparent p-0 mb-0 font-size-xs">
<a class="breadcrumb-item text-muted" href="{{url('admin')}}">{{ e2("Home") }}</a>
<span class="breadcrumb-item active text-muted">@yield('title', e2('Dashboard'))</span>
</nav>
</div>
</div>
<!-- END Left Section -->