$gov['navItems'], 'govNavJson' => $gov['navJson'], 'govActiveParentIdx' => $gov['activeParentIdx'], 'govCurrentPath' => gov_portal_nav_match_path($gov['currentPath']), 'govDashboardAliases' => $gov['dashboardAliases'], 'govActiveChildHref' => $govActiveChildHref, ]; $mbLevel = (int) session()->get('mb_level'); $mbName = (string) (session()->get('mb_name') ?? '담당자'); $levelName = config(\Config\Roles::class)->getLevelName($mbLevel); $isAdmin = ($mbLevel === \Config\Roles::LEVEL_SUPER_ADMIN || $mbLevel === \Config\Roles::LEVEL_LOCAL_ADMIN); $effectiveLgIdx = admin_effective_lg_idx(); $lgLabel = ''; if ($effectiveLgIdx) { $lgRow = model(\App\Models\LocalGovernmentModel::class)->find($effectiveLgIdx); $lgLabel = $lgRow ? (string) $lgRow->lg_name : ''; } $helpUrl = function_exists('manual_help_url_for_path') ? manual_help_url_for_path() : ''; ?> <?= esc($title ?? 'GBLS') ?>
base_url('/')]) ?>

이 화면 설명
getFlashdata('success')): ?>
getFlashdata('success')) ?>
getFlashdata('error')): ?>
getFlashdata('error')) ?>