feat: enhance order sales inventory workflows
This commit is contained in:
@@ -100,10 +100,11 @@ $notices = [
|
||||
<header class="border-b border-gray-300 bg-white shadow-sm shrink-0" data-purpose="top-navigation">
|
||||
<div class="flex items-center justify-between px-3 py-1.5 gap-3 flex-wrap">
|
||||
<div class="flex items-center gap-2 shrink-0">
|
||||
<div class="flex items-center gap-2 text-green-700 font-bold text-base">
|
||||
<i class="fa-solid fa-recycle text-lg"></i>
|
||||
<span>종량제 시스템</span>
|
||||
</div>
|
||||
<?= view('components/header_brand', [
|
||||
'href' => base_url(),
|
||||
'linkClass' => 'flex items-center gap-2 text-green-700 font-bold text-base hover:opacity-90',
|
||||
'svgClass' => 'h-6 w-6 shrink-0',
|
||||
]) ?>
|
||||
<span class="hidden sm:inline text-[11px] text-gray-500 border-l border-gray-300 pl-2">
|
||||
<?= esc($lgLabel) ?> · <strong class="text-gray-700"><?= esc($mbName) ?></strong>님
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user