JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "ef7065d8371bcbd70239e2ff871cf885.php"
Full Path: /home/ambitio2/public_html/storage/framework/views/ef7065d8371bcbd70239e2ff871cf885.php
File size: 975 bytes
MIME-type: text/plain
Charset: utf-8
<form action="<?php echo e(route('instructor.section.store')); ?>" method="post" enctype="multipart/form-data">
<?php echo csrf_field(); ?>
<input type="hidden" name="course_id" value="<?php echo e($id); ?>">
<div class="row">
<div class="col-12">
<div class="mb-3">
<label for="category_name" class="form-label ol-form-label"><?php echo e(get_phrase('Title')); ?></label>
<input type="text" name="title" class="form-control ol-form-control" id="category_name" placeholder="<?php echo e(get_phrase('Enter title')); ?>" aria-label="<?php echo e(get_phrase('Enter title')); ?>" required />
</div>
<div class="mb-2">
<button class="ol-btn-primary"><?php echo e(get_phrase('Submit')); ?></button>
</div>
</div>
</div>
</form>
<?php /**PATH C:\Users\deart\Herd\academylmslaravel\resources\views/instructor/course/create_section.blade.php ENDPATH**/ ?>