Файловый менеджер - Редактировать - /home/clickysoft/public_html/travel-guru.clickysoft.net/storage/framework/views/fb5b1206408ed4c4e5dcf707447bb039.php
Назад
<?php $__env->startSection('title', 'Customer Details'); ?> <?php $__env->startSection('content'); ?> <div class="container-xxl flex-grow-1 container-p-y"> <div class="row"> <div class="col-md-12"> <div class="card mb-4"> <h5 class="card-header">Customer Details</h5> <div class="card-body"> <form action="<?php echo e(route('user.update.data', $user->id)); ?>" method="POST"> <?php echo csrf_field(); ?> <?php echo $__env->make('partials.alert', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="row mb-4"> <div class="col-md-3"> <label class="form-label">Profile Image</label> <div class="mb-3"> <img src="<?php echo e($user->profile_image ? asset('assets/img/profiles/' . $user->profile_image) : asset('assets/front/images/user.png')); ?>" alt="image" class="img-fluid" width="100" /> </div> </div> </div> <div class="row"> <div class="col-md-6 mb-6"> <label class="form-label">Full Name</label> <input type="text" class="form-control" value="<?php echo e($user->full_name); ?>" readonly /> </div> <div class="col-md-6 mb-6"> <label class="form-label">Email</label> <input type="email" class="form-control" value="<?php echo e($user->email); ?>" placeholder="Enter email" readonly /> </div> <div class="col-md-6 mb-6"> <label class="form-label">Phone Number</label> <input type="tel" class="form-control" value="<?php echo e($user->phone_number ?? 'NA'); ?>" readonly /> </div> <div class="col-md-6 mb-6"> <?php use Carbon\Carbon; ?> <label class="form-label">Registration Date</label> <input type="text" class="form-control" value="<?php echo e(\Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $user->created_at)->format('Y-m-d')); ?>" readonly /> </div> <div class="col-md-6 mb-6"> <label class="form-label">Status</label> <input type="text" class="form-control" value="<?php echo e($user->is_active ? 'Active' : 'Inactive'); ?>" readonly /> </div> <div class="col-md-6 mb-6"> <label class="form-label">Country</label> <input type="text" class="form-control" value="<?php echo e($user->country); ?>" readonly /> </div> </div> <div class="row mt-3"> <div class="col-md-12"> <a href="<?php echo e(route('manage.users')); ?>" class="btn btn-danger redirect-btn">Back</a> </div> </div> </form> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('admin.layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/clickysoft/public_html/travel-guru.clickysoft.net/resources/views/admin/manage-user/detail.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка