add: full multi-tenancy control
This commit is contained in:
24
storage/framework/views/f0479fe0a9819bb77bf23ff2870d14a2.php
Executable file
24
storage/framework/views/f0479fe0a9819bb77bf23ff2870d14a2.php
Executable file
@@ -0,0 +1,24 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<?php $__currentLoopData = $columns; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $column): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||||
<th><?php echo e($column->getLabel()); ?></th>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<?php $__currentLoopData = $records; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $record): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||||
<tr>
|
||||
<?php $__currentLoopData = $columns; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $column): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||||
<?php if($closure = $column->getClosure()): ?>
|
||||
<td><?php echo $closure($record); ?></td>
|
||||
<?php else: ?>
|
||||
<td><?php echo e($record->{$column->getIndex()}); ?></td>
|
||||
<?php endif; ?>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
||||
</tr>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
||||
</tbody>
|
||||
</table>
|
||||
<?php /**PATH /var/www/html/packages/Webkul/Admin/src/Resources/views/components/datagrid/export/temp.blade.php ENDPATH**/ ?>
|
||||
Reference in New Issue
Block a user