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/96b39cf06f6751ecfb416ea7d45baf1c.php |
<?php $__env->startSection('content'); ?> <div class="col-lg-12"> <div class="card-body shadow-1"> <div class="row"> <div class="col-lg-12 margin-tb"> <div class="pull-right mb-2" style="text-align: right;"> <a class="btn btn-sm btn-primary" onclick="window.history.back()" style="color: whitesmoke"> <i class="fal fa-arrow-left"></i> <?php echo e(__('message.back')); ?> </a> </div> </div> </div> <div class="panel-container show"> <div class="d-flex flex-column h-100"> <div class="h-auto"> <table id="example" class="table table-bordered table-hover table-striped w-100"> <thead class="bg-fusion-400"> <tr class="text-center"> <th>#</th> <th><?php echo e(__('message.location area')); ?></th> <th><?php echo e(__('message.device')); ?></th> <th><?php echo e(__('message.browser')); ?></th> <th><?php echo e(__('message.user')); ?></th> <th><?php echo e(__('message.login date')); ?></th> </tr> </thead> <tbody> <?php $__currentLoopData = $login_informations; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $login_information): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr class="text-center"> <td><?php echo e($index+1); ?></td> <td> <?php echo e($login_information->login_area); ?> </td> <td><?php echo e($login_information->login_device); ?></td> <td> <?php echo e($login_information->login_browser); ?> </td> <td class="text-info"> <a href="<?php echo e(route('users.show' , $login_information->user_id)); ?>" class="text-dark" title="<?php echo e(__('message.show user')); ?>"> <?php echo e($login_information->user->name??''); ?> </a> </td> <td><?php echo e($login_information->created_at->format('d/m/Y H:i:s')); ?></td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> <!-- userstable end --> </div> </div> </div> </div> <div class="py-4 mt-4 mx-2 "> <!-- Pagination bootstrap--> <?php echo e($login_informations->appends($_GET)->links()); ?> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> <script> // nav $(document).ready(function() { $("#js-nav-menu").removeClass('active'); $("#js-nav-menu li ul li").removeClass('active'); $("#menu_user_list").addClass('active open'); $("#collapse_user").addClass('collapse in') $("#login_information").addClass('active') }) </script> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta'); ?> <title><?php echo e(__('message.login information')); ?> - <?php echo e($settings_->shop_name); ?></title> <?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/login-informations/index.blade.php ENDPATH**/ ?>