partial update create modal list dealers

This commit is contained in:
2025-06-05 12:05:20 +07:00
parent ff498cd98f
commit ce0a4718e0
12 changed files with 303 additions and 31 deletions

View File

@@ -19,7 +19,7 @@
<div class="kt-header__topbar-wrapper" data-toggle="dropdown" data-offset="0px,0px">
<div class="kt-header__topbar-user">
<span class="kt-header__topbar-welcome kt-hidden-mobile">Hi,</span>
<span class="kt-header__topbar-username kt-hidden-mobile">John Doe</span>
<span class="kt-header__topbar-username kt-hidden-mobile">{{ Auth::user()->name ?? '' }}</span>
</div>
</div>
@@ -27,7 +27,7 @@
<!--begin: Head -->
<div class="kt-user-card kt-user-card--skin-dark kt-notification-item-padding-x" style="background-image: url('{{ url('assets/media/misc/bg-1.jpg') }}')">
<div class="kt-user-card__name">
John Doe
{{ Auth::user()->name ?? '' }}
</div>
</div>
<!--end: Head -->