JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "457d9a43d1ebc3d95deb3b74652076fd.php"

Full Path: /home2/yvrgircc/public_html/ariseskilltech.com/storage/framework/views/457d9a43d1ebc3d95deb3b74652076fd.php
File size: 6.03 KB
MIME-type: text/x-php
Charset: utf-8

<?php $__env->startPush('title', get_phrase('My profile')); ?>
<?php $__env->startPush('meta'); ?><?php $__env->stopPush(); ?>
<?php $__env->startPush('css'); ?><?php $__env->stopPush(); ?>
<?php $__env->startSection('content'); ?>
    <!------------ My profile area start  ------------>
    <section class="course-content">
        <div class="profile-banner-area"></div>
        <div class="container profile-banner-area-container">
            <div class="row">
                <?php echo $__env->make('frontend.default.student.left_sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
                <div class="col-lg-9">
                    <h4 class="g-title mb-5"><?php echo e(get_phrase('Personal Information')); ?></h4>
                    <div class="my-panel message-panel edit_profile">
                        <form action="<?php echo e(route('update.profile', $user_details->id)); ?>" method="POST"><?php echo csrf_field(); ?>
                            <div class="row">
                                <div class="col-lg-12 mb-20">
                                    <div class="form-group">
                                        <label for="name" class="form-label"><?php echo e(get_phrase('Full Name')); ?></label>
                                        <input type="text" class="form-control" name="name" value="<?php echo e($user_details->name); ?>" id="name">
                                    </div>
                                </div>
                                <div class="col-lg-6 mb-20">
                                    <div class="form-group">
                                        <label for="email" class="form-label"><?php echo e(get_phrase('Email Address')); ?></label>
                                        <input type="email" class="form-control" name="email" value="<?php echo e($user_details->email); ?>" id="email">
                                    </div>
                                </div>
                                <div class="col-lg-6 mb-20">
                                    <div class="form-group">
                                        <label for="phone" class="form-label"><?php echo e(get_phrase('Phone Number')); ?></label>
                                        <input type="tel" class="form-control" name="phone" value="<?php echo e($user_details->phone); ?>" id="phone">
                                    </div>
                                </div>
                                <div class="col-lg-6 mb-20">
                                    <div class="form-group">
                                        <label for="website" class="form-label"><?php echo e(get_phrase('Website')); ?></label>
                                        <input type="text" class="form-control" name="website" value="<?php echo e($user_details->website); ?>" id="website">
                                    </div>
                                </div>
                                <div class="col-lg-6 mb-20">
                                    <div class="form-group">
                                        <label for="facebook" class="form-label"><?php echo e(get_phrase('Facebook')); ?></label>
                                        <input type="text" class="form-control" name="facebook" value="<?php echo e($user_details->facebook); ?>" id="facebook">
                                    </div>
                                </div>
                                <div class="col-lg-6 mb-20">
                                    <div class="form-group">
                                        <label for="twitter" class="form-label"><?php echo e(get_phrase('Twitter')); ?></label>
                                        <input type="text" class="form-control" name="twitter" value="<?php echo e($user_details->twitter); ?>" id="twitter">
                                    </div>
                                </div>
                                <div class="col-lg-6 mb-20">
                                    <div class="form-group">
                                        <label for="linkedin" class="form-label"><?php echo e(get_phrase('Linkedin')); ?></label>
                                        <input type="text" class="form-control" name="linkedin" value="<?php echo e($user_details->linkedin); ?>" id="linkedin">
                                    </div>
                                </div>
                                <div class="col-lg-12 mb-20">
                                    <div class="form-group">
                                        <label for="skills" class="form-label"><?php echo e(get_phrase('Skills')); ?></label>
                                        <input type="text" class="form-control tagify" name="skills" data-role="tagsinput" value="<?php echo e($user_details->skills); ?>" id="skills">
                                    </div>
                                </div>
                                <div class="col-lg-12 mb-20">
                                    <div class="form-group">
                                        <label for="biography" class="form-label"><?php echo e(get_phrase('Biography')); ?></label>
                                        <textarea name="biography" class="form-control" id="biography" cols="30" rows="5"><?php echo e($user_details->biography); ?></textarea>
                                    </div>
                                </div>
                            </div>
                            <button class="eBtn btn gradient mt-10"><?php echo e(get_phrase('Save Changes')); ?></button>
                        </form>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <!------------ My profile area end  ------------>
<?php $__env->stopSection(); ?>
<?php $__env->startPush('js'); ?>

<?php $__env->stopPush(); ?>

<?php echo $__env->make('layouts.default', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH C:\xampp\htdocs\Arise\resources\views/frontend/default/student/my_profile/index.blade.php ENDPATH**/ ?>