<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**/ ?>