<div class="dataTable-container">
    <table class="table datatable dataTable-table">
        <?php if(isset($thead)): ?>
            <thead>
                <tr role="row">
                    <?php echo e($thead); ?>

                </tr>
            </thead>
        <?php endif; ?>

        <tbody>
            <?php echo e($slot); ?>

        </tbody>

        <?php if(isset($tfoot)): ?>
            <tfoot>
                <?php echo e($tfoot); ?>

            </tfoot>
        <?php endif; ?>
    </table>
</div><?php /**PATH /var/www/html/beta/elv3/resources/views/components/datatable/table.blade.php ENDPATH**/ ?>