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

File "eacdba55adec75167e5697af9a11a7e7.php"

Full Path: /home/ambitio2/public_html/storage/framework/views/eacdba55adec75167e5697af9a11a7e7.php
File size: 925 bytes
MIME-type: text/plain
Charset: utf-8

<form action="<?php echo e(route('admin.tutor_subject_store')); ?>" method="post" enctype="multipart/form-data">
    <?php echo csrf_field(); ?>

    <div class="row">
        <div class="col-12">
            <div class="mb-3">
                <label for="name" class="form-label ol-form-label"><?php echo e(get_phrase('Subject Name')); ?></label>
                <input type="text" name="name" class="form-control ol-form-control" id="name" placeholder="<?php echo e(get_phrase('Enter subject name')); ?>" aria-label="<?php echo e(get_phrase('Enter subject name')); ?>" required />
            </div>

            <div class="mb-2">
                <button class="btn ol-btn-primary"><?php echo e(get_phrase('Submit')); ?></button>
            </div>
        </div>
    </div>
</form>
<?php /**PATH G:\Projects\academylmslaravel_running\resources\views/admin/tutor_booking/subject_add.blade.php ENDPATH**/ ?>