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

File "application_form.blade.php"

Full Path: /home2/yvrgircc/public_html/ariseskilltech.com/resources/views/instructor/become_an_instructor/application_form.blade.php
File size: 1.09 KB
MIME-type: text/plain
Charset: utf-8

<form action="{{ route('become.instructor.store') }}" method="post" enctype="multipart/form-data" class="form-section">
    @csrf
    <div class="mb-4">
        <label class="mb-2" for="phone">{{ get_phrase('Your Phone') }}</label>
        <input class="form-control bg-white" id="phone" type="phone" name="phone"
            placeholder="{{ get_phrase('Enter your phone number') }}" required>
    </div>
    <div class="mb-4">
        <label class="mb-2" for="document">{{ get_phrase('Document') }}<small>(doc, docs, pdf, txt,
                png, jpg, jpeg)</small></label>
        <input class="form-control bg-white mb-0" id="document" type="file" name="document" required>
        <small>{{ get_phrase('Provide some documents about your qualifications') }}</small>
    </div>
    <div class="mb-4">
        <label class="mb-2" for="message">{{ get_phrase('message') }}</label>
        <textarea class="form-control bg-white" id="message" name="message" rows="4"></textarea>
    </div>

    <div class="mb-4">
        <button class="btn btn-primary"><?php echo get_phrase('Submit'); ?></button>
    </div>

</form>