JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "fa7b12ca507e5ff1ab08adf95dde52f5.php"
Full Path: /home2/yvrgircc/public_html/ariseskilltech.com/storage/framework/views/fa7b12ca507e5ff1ab08adf95dde52f5.php
File size: 974 bytes
MIME-type: text/plain
Charset: utf-8
<div class="row mb-3">
<label for="email" class="form-label ol-form-label col-sm-2 col-form-label"><?php echo e(get_phrase('Email')); ?><span class="text-danger ms-1">*</span></label>
<div class="col-sm-8">
<input type="email" name="email" class="form-control ol-form-control" id="email" <?php if(isset($student->email)): ?> value="<?php echo e($instructor->email); ?>" <?php endif; ?> required>
</div>
</div>
<?php if(!isset($student->email)): ?>
<div class="row mb-3">
<label for="password" class="form-label ol-form-label col-sm-2 col-form-label"><?php echo e(get_phrase('Password')); ?><span class="text-danger ms-1">*</span></label>
<div class="col-sm-8">
<input type="password" name="password" class="form-control ol-form-control" id="password">
</div>
</div>
<?php endif; ?>
<?php /**PATH /home2/yvrgircc/public_html/ariseskilltech.com/resources/views/admin/student/create_login.blade.php ENDPATH**/ ?>