extend(LAYOUTS[$viewDatas['layout']]['path']) ?> section('content') ?> alert($error) ?>
include("templates/{$viewDatas['layout']}/form_content_top"); ?>
getFieldLabel($field, lang("{$viewDatas['class_path']}.label.{$field}"), $viewDatas) ?> getFieldForm($field, old($field) ?? ($viewDatas['entity']->$field ?? null), $viewDatas) ?>
부품정보
getFieldLabel("partinfo_uid_{$type}", lang("{$viewDatas['class_path']}.label.partinfo_uid_{$type}"), $viewDatas) ?> getFieldForm("partinfo_uid_{$type}", old("partinfo_uid_{$type}") ?? ($viewDatas['entity']->getServerPartEntity($type)->getPartInfoUID()), $viewDatas) ?> getServerPartEntity($type)->getCnt()) . "개" ?> getServerPartEntity($type)->getExtra()) ?>
"btn btn-outline btn-primary")); ?>
include("templates/{$viewDatas['layout']}/form_content_bottom"); ?>
endSection() ?>