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