@php
/*--------------------------------------------
관리자정보 입력/뷰 template
--------------------------------------------*/
// 다중호출 시 javascript binding의 중복을 방지하기 위해 랜덤키를 생성
$element_key = 'key-'.Str::random(16);
// 영어레벨
if (isset($code_uhaktype)) {
$collection_code_uhaktype = ConfigCode::getCodes('UHAKTYPE', ['code' => $code_uhaktype])->first();
if (isset($collection_code_uhaktype->code_id)) {
$array_enlevel = ConfigCode::getCodes('ENLEVEL', ['parent_code_id' => $collection_code_uhaktype->code_id]);
}
}
@endphp
@push('head')
@endpush
{{-- process_client_enabled : process 등록 중 client관련 항목들에 대해 저장 활성화 flag --}}