PATH:
home
/
rwabteecom
/
.trash
/
Editing: 77f60a2244cdd0e6e234a072680ae9d7.php
<?php $__env->startSection('title'); ?> <?php echo e(__('messages.users')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="container-fluid"> <div class="d-flex flex-column table-striped"> <?php echo $__env->make('flash::message', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php $__split = function ($name, $params = []) { return [$name, $params]; }; [$__name, $__params] = $__split('user-table', ['lazy' => true]); $__html = app('livewire')->mount($__name, $__params, 'lw-990064205-0', $__slots ?? [], get_defined_vars()); echo $__html; unset($__html); unset($__name); unset($__params); unset($__split); if (isset($__slots)) unset($__slots); ?> </div> </div> <?php echo $__env->make('users.changePassword', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/rwabteecom/public_html/resources/views/users/index.blade.php ENDPATH**/ ?>
SAVE
CANCEL