Файловый менеджер - Редактировать - /home/clickysoft/public_html/calvary-p2.clickysoft.net/storage/framework/views/e7826508f4e1fcb9ac94b4a4188c3e12.php
Назад
<?php $__env->startSection('title', 'User 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">User 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"> <div class="col-md-6 mb-6"> <label class="form-label" for="first_name">First Name</label> <input type="text" class="form-control" id="first_name" value="<?php echo e($user->first_name); ?>" readonly /> </div> <div class="col-md-6 mb-6"> <label class="form-label" for="last_name">last Name</label> <input type="text" class="form-control" id="last_name" value="<?php echo e($user->last_name); ?>" readonly /> </div> <div class="col-md-6 mb-6"> <label class="form-label" for="email">Email</label> <input type="email" class="form-control" id="email" value="<?php echo e($user->email); ?>" placeholder="Enter email" readonly /> </div> <div class="col-md-6 mb-6"> <label class="form-label" for="phone_number">Phone Number</label> <input type="tel" class="form-control" id="phone_number" value="<?php echo e($user->phone_number ?? 'NA'); ?>" readonly /> </div> <div class="col-md-6 mb-6"> <label class="form-label" for="role">Role</label> <input type="tel" class="form-control" id="role" value="<?php echo e(isset($user->roles[0]) ? $user->roles[0]?->name : 'NA'); ?>" readonly /> </div> <div class="col-md-6 mb-6"> <label class="form-label" for="role">Status</label> <input type="text" class="form-control" id="status" value="<?php echo e($user->is_active == 1 ? 'Active' : 'Inactive'); ?>" 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/calvary-p2.clickysoft.net/resources/views/admin/manage-user/detail.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка