<?php echo $__env->make('admin.waypoints.top',array('title' => 'Waypoints'), array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<div class="table-responsive">
    <table id="data_table" class="table-admin table table-striped table-bordered" cellspacing="0" width="100%">
        <thead>
        <tr>
            <th>ID</th>
            <th>Location</th>
            <th>Lat. Degrees</th>
            <th>Lat. Min</th>
            <th>Lat. Sec</th>
            <th>Long. Degrees</th>
            <th>Long. Min</th>
            <th>Long. Sec</th>
        </tr>
        </thead>
        <tbody>

        </tbody>
    </table>
</div>