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

File "edit_fill_blanks.blade.php"

Full Path: /home/u735268861/domains/palsarh.in/public_html/resources/views/admin/questions/edit_fill_blanks.blade.php
File size: 522 bytes
MIME-type: text/plain
Charset: utf-8

<div class="fpb7 mb-3">
    <label class="form-label ol-form-label" for="answer">
        {{ get_phrase('Answer') }}
        <span class="text-danger ms-1">*</span>
    </label>
    <input class="form-control ol-form-control tagify" type="text" data-role="tagsinput" id="answer" name="answer"
        value="{{ $question->answer }}" placeholder="{{ get_phrase('Your answer here') }}">
    <small>{{ get_phrase('You can keep multiple answers. Just put your answer and hit enter.') }}</small>
</div>

@include('admin.init')