feat: enhance order sales inventory workflows
This commit is contained in:
@@ -43,10 +43,11 @@ $mbName = session()->get('mb_name') ?? '담당자';
|
||||
<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-4 py-2 gap-4 flex-wrap">
|
||||
<div class="flex items-center gap-3 shrink-0">
|
||||
<div class="flex items-center gap-2 text-green-700 font-bold text-lg">
|
||||
<i class="fa-solid fa-recycle text-xl"></i>
|
||||
<span>종량제 시스템</span>
|
||||
</div>
|
||||
<?= view('components/header_brand', [
|
||||
'href' => base_url(),
|
||||
'linkClass' => 'flex items-center gap-2 text-green-700 font-bold text-lg hover:opacity-90',
|
||||
'svgClass' => 'h-7 w-7 shrink-0',
|
||||
]) ?>
|
||||
<span class="hidden sm:inline text-xs text-gray-500 border-l border-gray-300 pl-3">
|
||||
<?= esc($lgLabel) ?> · <strong class="text-gray-700"><?= esc($mbName) ?></strong>님
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user