<input type="hidden" name="lesson_provider" value="html5">
<input type="hidden" name="lesson_type" value="html5">
<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="html5_video_url" name="lesson_src" class="form-control ol-form-control"
placeholder="<?php echo e(get_phrase('Enter your html5 video url')); ?>">
</div>
<div class="form-group mb-2">
<label class="form-label ol-form-label"><?php echo e(get_phrase('Duration')); ?></label>
<input default-seconds="<?php echo e(duration_to_seconds($lessons->duration)); ?>" class="form-control ol-form-control duration_picker" name="duration">
</div>
<div class="form-group mb-2">
<label class="form-label ol-form-label"><?php echo e(get_phrase('Start Time')); ?> <small>mm/dd/yyy hh:mm</small></label>
<input value="<?php echo e(date('Y-m-d\TH:i', strtotime($lessons->start_time))); ?>" type="datetime-local" class="form-control ol-form-control" id="start_time_picker_field" name="start_time">
</div>
<div class="form-group mb-2">
<label class="form-label ol-form-label"><?php echo e(get_phrase('End Time')); ?> <small>mm/dd/yyy hh:mm</small></label>
<input value="<?php echo e(date('Y-m-d\TH:i', strtotime($lessons->end_time))); ?>" type="datetime-local" class="form-control ol-form-control" id="end_time_picker_field" name="end_time">
</div>
<div class="form-group mb-2">
<label class="form-label ol-form-label"><?php echo e(get_phrase('Thumbnail')); ?><small>(<?php echo e(get_phrase('The image size should be')); ?>)</small> </label>
<div class="input-group">
<div class="custom-file w-100">
<input type="file" class="form-control ol-form-control" id="thumbnail" name="thumbnail"
onchange="changeTitleOfImageUploader(this)">
</div>
</div>
</div>
<div class="form-group mb-2">
<label class="form-label ol-form-label"><?php echo e(get_phrase('Caption')); ?>( <?php echo e(get_phrase('.vtt')); ?> )</label>
<div class="input-group">
<div class="custom-file w-100">
<input type="file" class="form-control ol-form-control" id="caption" name="caption"
onchange="changeTitleOfImageUploader(this)" accept=".vtt">
</div>
</div>
</div>
<script>
"use strict";
initializeDurationPickers([".duration_picker"]);
</script>
<?php echo $__env->make('instructor.init', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/u735268861/domains/palsarh.in/public_html/resources/views/admin/course/html5_type_lesson_edit.blade.php ENDPATH**/ ?>