JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "13edc7f4b38b27b74a25e22a67bb2fca.php"
Full Path: /home/u528834676/domains/ahavalms.com/public_html/storage/framework/views/13edc7f4b38b27b74a25e22a67bb2fca.php
File size: 977 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 /home/u528834676/domains/ahavalms.com/public_html/resources/views/admin/student/create_login.blade.php ENDPATH**/ ?>