JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "bfd4836a3ff83b6569749f28428d1759.php"
Full Path: /home2/yvrgircc/public_html/ariseskilltech.com/storage/framework/views/bfd4836a3ff83b6569749f28428d1759.php
File size: 4.54 KB
MIME-type: text/x-php
Charset: utf-8
<?php $__env->startPush('title', get_phrase('Become an instructor')); ?>
<?php $__env->startPush('meta'); ?><?php $__env->stopPush(); ?>
<?php $__env->startPush('css'); ?><?php $__env->stopPush(); ?>
<?php $__env->startSection('content'); ?>
<!------------ My profile area start ------------>
<section class="course-content">
<div class="profile-banner-area"></div>
<div class="container profile-banner-area-container">
<div class="row">
<?php echo $__env->make('frontend.default.student.left_sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<div class="col-lg-9">
<h4 class="g-title mb-5"><?php echo e(get_phrase('Become an instructor')); ?></h4>
<div class="my-panel message-panel edit_profile">
<form action="<?php echo e(route('become.instructor.store')); ?>" method="POST" enctype="multipart/form-data">
<?php echo csrf_field(); ?>
<div class="row">
<div class="col-lg-12 mb-20">
<div class="form-group">
<label for="phone" class="form-label"><?php echo e(get_phrase('Phone Number')); ?></label>
<input type="tel" class="form-control <?php $__errorArgs = ['phone'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> border border-danger <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?> " name="phone" id="phone" placeholder="<?php echo e(get_phrase('+0 (123) 456 - 7890')); ?>">
</div>
</div>
<div class="col-lg-12 mb-20">
<div class="form-group">
<label for="document" class="form-label"><?php echo e(get_phrase('Document')); ?></label>
<input type="file" class="form-control <?php $__errorArgs = ['document'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> border border-danger <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>" name="document" id="document">
<small class="ps-3 text-secondary"><?php echo e(get_phrase('Documents of qualification. Max-size : 5MB (DOC, DOCX, PDF, TXT, PNG, JPG, JPEG)')); ?></small>
</div>
</div>
<div class="col-lg-12 mb-20">
<div class="form-group">
<label for="description" class="form-label"><?php echo e(get_phrase('Description')); ?></label>
<textarea name="description" class="form-control <?php $__errorArgs = ['description'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> border border-danger <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>" id="description" cols="30" rows="5" placeholder="<?php echo e(get_phrase('Your description here...')); ?>"></textarea>
</div>
</div>
</div>
<button class="eBtn btn gradient mt-10"><?php echo e(get_phrase('Apply for instructor')); ?></button>
</form>
</div>
</div>
</div>
</div>
</section>
<!------------ My profile area end ------------>
<?php $__env->stopSection(); ?>
<?php $__env->startPush('js'); ?>
<?php $__env->stopPush(); ?>
<?php echo $__env->make('layouts.default', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home2/yvrgircc/public_html/ariseskilltech.com/resources/views/frontend/default/student/become_instructor/index.blade.php ENDPATH**/ ?>