JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "dc531a6766e34198570e70158399e846.php"
Full Path: /home2/yvrgircc/public_html/ariseskilltech.com/storage/framework/views/dc531a6766e34198570e70158399e846.php
File size: 2 KB
MIME-type: text/plain
Charset: utf-8
<div class="row mb-3">
<label for="user-name" class="form-label ol-form-label col-sm-2 col-form-label"><?php echo e(get_phrase('Name')); ?><span class="text-danger ms-1">*</span></label>
<div class="col-sm-8">
<input type="text" name="name" class="form-control ol-form-control" id="user-name" <?php if(isset($student->name)): ?> value="<?php echo e($student->name); ?>" <?php endif; ?> required>
</div>
</div>
<div class="row mb-3">
<label for="short_description" class="form-label ol-form-label col-sm-2 col-form-label"><?php echo e(get_phrase('Biography')); ?></label>
<div class="col-sm-8">
<textarea name="about" rows="3" class="form-control ol-form-control" id="short_description"><?php if(isset($student->about)): ?><?php echo e($student->about); ?><?php endif; ?></textarea>
</div>
</div>
<div class="row mb-3">
<label for="user-phone" class="form-label ol-form-label col-sm-2 col-form-label"><?php echo e(get_phrase('Phone')); ?></label>
<div class="col-sm-8">
<input type="text" name="phone" class="form-control ol-form-control" id="user-phone" <?php if(isset($student->phone)): ?> value="<?php echo e($student->phone); ?>" <?php endif; ?>>
</div>
</div>
<div class="row mb-3">
<label for="user-address" class="form-label ol-form-label col-sm-2 col-form-label"><?php echo e(get_phrase('Address')); ?></label>
<div class="col-sm-8">
<input type="text" name="address" class="form-control ol-form-control" id="user-address" <?php if(isset($student->address)): ?> value="<?php echo e($student->address); ?>" <?php endif; ?>>
</div>
</div>
<div class="row mb-3">
<label for="photo" class="form-label ol-form-label col-sm-2 col-form-label"><?php echo e(get_phrase('User image')); ?></label>
<div class="col-sm-8">
<input type="file" name="photo" class="form-control ol-form-control" id="photo">
</div>
</div>
<?php /**PATH /home2/yvrgircc/public_html/ariseskilltech.com/resources/views/admin/student/edit_student_basic.blade.php ENDPATH**/ ?>