

<?php $__env->startSection('content'); ?>

<div class="col-lg-12 grid-margin stretch-card">
    <div class="card">
        <div class="card-body">
            <h4 class="card-title">Devices table</h4>
            </p>
  
            <div class="table-responsive pt-3">
                <table  id="devices" class="table table-bordered">
                    <thead>
                        <tr>
                            <th>Id</th>
                            <th>Device Id</th>
                            <th>Serial Number</th>
                            <th>Mac Address</th>
                            <th>Status</th>
                            <th>View</th>
                        </tr>
                    </thead>
                    <tbody>

                    </tbody>
                </table>
            </div>
        </div>
    </div>
</div> 

<?php $__env->stopSection(); ?>
<?php echo $__env->make('admin.layouts.app', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /var/www/html/resources/views/admin/devices/devices.blade.php ENDPATH**/ ?>