PATH:
home
/
rwabteecom
/
project_11
/
storage
/
framework
/
views
/
Editing: 3f05e310180d998967f2d61b06b2f22e.php
<?php $__env->startSection("content"); ?> <div class="card"> <?php if (isset($component)) { $__componentOriginal1bfd563b3be67cf614d4f56b9d10388d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal1bfd563b3be67cf614d4f56b9d10388d = $attributes; } ?> <?php $component = App\View\Components\Datatable\DatatableHeader::resolve(['title' => __('Add user'),'addRoute' => route('admin.users.create')] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('datatable-header'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Datatable\DatatableHeader::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal1bfd563b3be67cf614d4f56b9d10388d)): ?> <?php $attributes = $__attributesOriginal1bfd563b3be67cf614d4f56b9d10388d; ?> <?php unset($__attributesOriginal1bfd563b3be67cf614d4f56b9d10388d); ?> <?php endif; ?> <?php if (isset($__componentOriginal1bfd563b3be67cf614d4f56b9d10388d)): ?> <?php $component = $__componentOriginal1bfd563b3be67cf614d4f56b9d10388d; ?> <?php unset($__componentOriginal1bfd563b3be67cf614d4f56b9d10388d); ?> <?php endif; ?> <?php if (isset($component)) { $__componentOriginal788e4f531bc8f71bad395ec5bc4af1ed = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal788e4f531bc8f71bad395ec5bc4af1ed = $attributes; } ?> <?php $component = App\View\Components\Datatable\DatatableBody::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('datatable-body'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Datatable\DatatableBody::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <th><?php echo e(__("Name")); ?></th> <th><?php echo e(__("Email")); ?></th> <th><?php echo e(__("Phone")); ?></th> <th><?php echo e(__("currentPlan")); ?></th> <th><?php echo e(__("Status")); ?></th> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal788e4f531bc8f71bad395ec5bc4af1ed)): ?> <?php $attributes = $__attributesOriginal788e4f531bc8f71bad395ec5bc4af1ed; ?> <?php unset($__attributesOriginal788e4f531bc8f71bad395ec5bc4af1ed); ?> <?php endif; ?> <?php if (isset($__componentOriginal788e4f531bc8f71bad395ec5bc4af1ed)): ?> <?php $component = $__componentOriginal788e4f531bc8f71bad395ec5bc4af1ed; ?> <?php unset($__componentOriginal788e4f531bc8f71bad395ec5bc4af1ed); ?> <?php endif; ?> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection("scripts"); ?> <?php if (isset($component)) { $__componentOriginale1e0dcd7173cbe0d35033239acfd935f = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginale1e0dcd7173cbe0d35033239acfd935f = $attributes; } ?> <?php $component = App\View\Components\Datatable\DatatableScript::resolve(['route' => route('admin.users.index', ['status' => request('status')]),'columns' => $columns] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('datatable-script'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Datatable\DatatableScript::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginale1e0dcd7173cbe0d35033239acfd935f)): ?> <?php $attributes = $__attributesOriginale1e0dcd7173cbe0d35033239acfd935f; ?> <?php unset($__attributesOriginale1e0dcd7173cbe0d35033239acfd935f); ?> <?php endif; ?> <?php if (isset($__componentOriginale1e0dcd7173cbe0d35033239acfd935f)): ?> <?php $component = $__componentOriginale1e0dcd7173cbe0d35033239acfd935f; ?> <?php unset($__componentOriginale1e0dcd7173cbe0d35033239acfd935f); ?> <?php endif; ?> <?php $__env->stopSection(); ?> <?php echo $__env->make("admin.layouts.app", \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/rwabtee/project/resources/views/admin/pages/users/index.blade.php ENDPATH**/ ?>
SAVE
CANCEL