JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "79e6f965bdc704792842fb00793d44a9-20250627094343.php"
Full Path: /home2/yvrgircc/public_html/ariseskilltech.com/storage/framework/views/79e6f965bdc704792842fb00793d44a9-20250627094343.php
File size: 969 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($student->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/edit_login.blade.php ENDPATH**/ ?>