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

File "97fd961651d96ff119dbcf481fdeb9b8.php"

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

<div class="row">
    <label class="form-label ol-form-label">
        <?php echo e(get_phrase('Answer')); ?>

        <span class="text-danger ms-1">*</span>
    </label>
    <div class="col-sm-8 offset-sm-2">
        <div class="btn-group mb-3 w-100" role="group">
            <input type="radio" class="btn-check" id="true" name="answer" value="true" autocomplete="off">
            <label class="btn btn-outline-secondary" for="true"><?php echo e(get_phrase('True')); ?></label>

            <input type="radio" class="btn-check" id="false" name="answer" value="false" autocomplete="off">
            <label class="btn btn-outline-secondary" for="false"><?php echo e(get_phrase('False')); ?></label>
        </div>
    </div>
</div>
<?php /**PATH G:\Projects\academylmslaravel_running\resources\views/admin/questions/create_true_false.blade.php ENDPATH**/ ?>