Path : /var/www/html/jewelry-pos/storage/framework/views/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/jewelry-pos/storage/framework/views/38db748c4641e77dff0ab4959d5dab9a.php |
<?php $__env->startSection('content'); ?> <div class="d-flex justify-between align-center"> <div class="mt-4 text-right mr-1 ml-4"> <a href="javascript:history.back()" class="btn btn-sm btn-primary"> <i class="fal fa-arrow-left mr-2"></i> <?php echo e(__('message.back')); ?> </a> </div> <div class="container mt-4 shadow-lg" style="width: 40%;"> <div class="mb-6 mt-6 text-center"> <h1 class="border-bottom border-info pb-2"><?php echo e(__('message.show user')); ?></h1> </div> <div class="form table-responsive"> <table class="table table-bordered table-hover table-striped w-100"> <tbody> <tr> <th width="40%"><?php echo e(__('message.name')); ?></th> <td class="credit"><?php echo e($user->name); ?></td> </tr> <tr> <th><?php echo e(__('message.phone')); ?></th> <td class="credit"><?php echo e($user->phone); ?></td> </tr> <tr> <th><?php echo e(__('message.is_active')); ?></th> <td class="credit"> <?php if($user->is_active): ?> <span class="badge badge-pill badge-success">Active</span> <?php else: ?> <span class="badge badge-pill badge-danger">Inactive</span> <?php endif; ?> </td> </tr> <tr> <th><?php echo e(__('message.position')); ?></th> <td class="credit"><?php echo e($user->position??'--'); ?></td> </tr> <tr> <th><?php echo e(__('message.gender')); ?></th> <td class="credit"><?php echo e($user->gender); ?></td> </tr> <tr> <th><?php echo e(__('message.role')); ?></th> <td class="credit"> <?php if(!empty($user->getRoleNames())): ?> <?php $__currentLoopData = $user->getRoleNames(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $v): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <label class="badge badge-success bg-success-700"><?php echo e($v); ?></label> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </td> </tr> </tbody> </table> </div> </div> <div class="mt-4 mr-4"> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.admin-main', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/jewelry-pos/resources/views/users/show.blade.php ENDPATH**/ ?>