HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ip-172-26-0-120 6.17.0-1009-aws #9~24.04.2-Ubuntu SMP Fri Mar 6 23:50:29 UTC 2026 x86_64
User: ubuntu (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/spion/storage/framework/views/a818509b3dfe8df14d9583e2a7fb59bc.php
<?php $__env->startSection('content'); ?>
    <br><br><br>
    <div class="container">
        
        <div class="row justify-content-center">

            <?php echo $__env->make('user.sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>

            <div class="col-lg-10 col-md-10 col-sm-12 col-12">
                <div class="account_manuRight ms-3">
                    <div class="form-content profiletab_content">
                        <div class="form-items">
                            <p>Profile</p>
                            <form method="POST" action="<?php echo e(route('user.profile.update')); ?>">
                                <?php echo csrf_field(); ?>

                                <div class="col-md-6">
                                    <input type="text" name="first_name"
                                        value="<?php echo e(old('first_name', Auth::user()->first_name)); ?>">

                                </div>

                                <div class="col-md-6">
                                    <input type="text" name="last_name"
                                        value="<?php echo e(old('last_name', Auth::user()->last_name)); ?>">

                                </div>

                                <div class="col-md-6">
                                    <input class="form-control" type="email" name="email" placeholder="E-mail Address"
                                        value="<?php echo e($user->email); ?>" disabled>
                                </div>

                                <!-- <div class="form-check">
                                            <input class="form-check-input" type="checkbox" value=""
                                                id="invalidCheck" required="">
                                            <label class="form-check-label">Terms &amp; Privacy Policy</label>
                                            <div class="invalid-feedback">Please confirm that the entered data are
                                                all correct!</div>
                                        </div> -->


                                <div class="form-button mt-3">
                                    <button id="submit" type="submit" class="btn prev-2 register">Update</button>
                                </div>

                            </form>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.front.main_layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/spion/resources/views/user/profile.blade.php ENDPATH**/ ?>