Файловый менеджер - Редактировать - /home/clickysoft/public_html/travel-guru.clickysoft.net/storage/framework/views/e438c0e7658522296f897b2f62f6b44d.php
Назад
<div class="left-side" :class="{ 'active': leftSide }"> <div class="left-side-button" @click="leftSide = !leftSide"> <svg viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"> <line x1="3" y1="12" x2="21" y2="12"></line> <line x1="3" y1="6" x2="21" y2="6"></line> <line x1="3" y1="18" x2="21" y2="18"></line> </svg> <svg stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"> <path d="M19 12H5M12 19l-7-7 7-7" /> </svg> </div> <div class="dashboard-left-box"> <div class="avatar-box-flex"> <div class="avatar-top-cont"> <div id="uploadMessage" class="mt-2" style="text-align: center"></div> <div class="avatar-upload"> <div class="avatar-edit"> <input type="file" id="imageUpload" accept=".png, .jpg, .jpeg" /> <label for="imageUpload"></label> </div> <div class="avatar-preview"> <div id="imagePreview" style=" background-image: url('<?php echo e(auth()->user()->profile_image ? asset('assets/img/profiles/' . auth()->user()->profile_image) : asset('assets/admin/img/profiles/default.png')); ?>'); "> </div> </div> </div> <div class="avatar-heading-cont"> <h6><?php echo e(auth()->user()->full_name); ?></h6> <a class="email-cont"><?php echo e(auth()->user()->email); ?></a> <a href="<?php echo e(route('user.profile.setting')); ?>" class="btn btn-primary"> Edit Profile </a> <div class="phone-number-div"> <p>Phone Number</p> <a class="number-cont"><?php echo e(auth()->user()->phone_number ?? 'N/A'); ?></a> </div> <div class="phone-number-div"> <p>Country</p> <span><?php echo e(auth()->user()->country ?? 'N/A'); ?></span> </div> </div> </div> <div class="dashboard-logout"> <a href="<?php echo e(route('logout')); ?>" class="btn btn-primary" onclick="event.preventDefault(); document.getElementById('logout-form').submit();"> Logout </a> </div> </div> </div> </div> <?php /**PATH /home/clickysoft/public_html/travel-guru.clickysoft.net/resources/views/front/user/sidebar.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка