관리-도구
편집 파일: 851fdaad4aa5746f791924269e8d122a.php
<div class="card card-body mt-3 rest-part"> <div> <h2 class="mb-1"><?php echo e(translate('Product_Video')); ?></h2> <p class="fs-12 mb-3"> <?php echo e(translate('add_the_YouTube_video_link_here._Only_the_YouTube-embedded_link_is_supported.')); ?> </p> </div> <div class="bg-section rounded-10 p-12 p-sm-20"> <div class="mb-3"> <label class="form-label mb-0"> <?php echo e(translate('youtube_video_link')); ?> </label> <span class="text-info"> (<?php echo e(translate('optional_please_provide_embed_link_not_direct_link.')); ?>)</span> </div> <input type="text" name="video_url" value="<?php echo e($product['video_url']); ?>" placeholder="<?php echo e(translate('ex').': https://www.youtube.com/embed/5R06LRdUCSE'); ?>" class="form-control" required> <p class="mt-1 mb-0"><?php echo e(translate('please_provide_embed_link_not_direct_link.')); ?></p> </div> </div> <?php /**PATH /home2/slnssare/public_html/resources/views/admin-views/product/update/_product-video.blade.php ENDPATH**/ ?>