JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "ad551449dbdb2ff2b174230e5d3fdc7b.php"
Full Path: /home/ambitio2/public_html/storage/framework/views/ad551449dbdb2ff2b174230e5d3fdc7b.php
File size: 1.37 KB
MIME-type: text/html
Charset: utf-8
<input type="hidden" name="lesson_type" value="video-url">
<input type="hidden" name="lesson_provider" value="youtube">
<div class="form-group mb-2">
<label class="form-label ol-form-label"><?php echo e(get_phrase('Video url')); ?></label>
<input value="<?php echo e($lessons->lesson_src); ?>" type="text" id="video_url" onblur="ajax_get_video_details(this.value)" name="lesson_src" class="form-control ol-form-control">
<small class="form-label text-danger text-12px d-hidden mb-0" id="invalid_url"><?php echo e(get_phrase('Invalid url')); ?>. <?php echo e(get_phrase('Your video source has to be either YouTube')); ?></small>
</div>
<div class="form-group mb-2">
<label class="form-label ol-form-label"><?php echo e(get_phrase('Duration')); ?></label>
<small class="form-label text-12px d-hidden mb-0" id="perloader"><i class="fi-rr-loading mdi-loading "></i> <?php echo e(get_phrase('Analyzing')); ?>....</small>
<input value="<?php if(duration_to_seconds($lessons->duration) > 0): ?><?php echo e($lessons->duration); ?><?php else: ?><?php echo e('00:00:00'); ?><?php endif; ?>" type="text" name="duration" id="duration" class="form-control ol-form-control" readonly>
</div>
<script>
"use strict";
initializeDurationPickers(["#duration"]);
</script><?php /**PATH /home/ambitio2/public_html/resources/views/admin/course/youtube_type_lesson_edit.blade.php ENDPATH**/ ?>