관리-도구
편집 파일: 3f15982a0bf34005dc52b98d7335fefd.php
<div class="card card-body"> <div class="mb-20"> <h2 class="mb-1"><?php echo e(translate('Basic_Setup')); ?></h2> <p class="fs-12 mb-0"> <?php echo e(translate('Here_you_can_setup_the_product_information_for_website.')); ?> </p> </div> <div class="row gy-4"> <div class="col-lg-8"> <?php echo $__env->make("admin-views.product.update._title-description", array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> </div> <div class="col-lg-4"> <?php echo $__env->make("admin-views.product.update._product-thumbnail", array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> </div> </div> </div> <?php /**PATH /home2/slnssare/public_html/resources/views/admin-views/product/update/_basic-setup.blade.php ENDPATH**/ ?>