관리-도구
편집 파일: 2ebe936381e6bb116412f397656f6007.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> (<?php echo e(translate('optional')); ?>)</span> </div> <input type="text" name="video_url" placeholder="<?php echo e(translate('ex').': https://www.youtube.com/embed/5R06LRdUCSE'); ?>" class="form-control"> <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/add/_product-video.blade.php ENDPATH**/ ?>