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

File "6d7baa455fd05de40b93a0a12c9f4c34.php"

Full Path: /home2/yvrgircc/public_html/ariseskilltech.com/storage/framework/views/6d7baa455fd05de40b93a0a12c9f4c34.php
File size: 1.45 KB
MIME-type: text/html
Charset: utf-8

<input type="hidden" name="lesson_type" value="system-video">
<input type="hidden" name="lesson_provider" value="system_video">

<div class="form-group mb-2">
    <label class="form-label ol-form-label"><?php echo e(get_phrase('Upload system video file')); ?></label>
    <div class="input-group">
        <div class="custom-file w-100">
            <input type="file" class="form-control ol-form-control" id="system_video_file" name="system_video_file"
                onchange="changeTitleOfImageUploader(this)">
        </div>
    </div>
</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" id="duration" name="duration">
</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 /**PATH C:\xampp\htdocs\Arise\resources\views/admin/course/video_type_lesson_edit.blade.php ENDPATH**/ ?>