JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "cfd2c351211f01d4e7008c189cc9002f.php"

Full Path: /home/palsarh/web/palsarh.in/public_html/storage/framework/views/cfd2c351211f01d4e7008c189cc9002f.php
File size: 2.42 KB
MIME-type: text/html
Charset: utf-8

<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 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 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 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 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', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /home1/cwmsozbb/public_html/resources/views/admin/course/html5_type_lesson_add.blade.php ENDPATH**/ ?>