<?php echo $__env->make('admin.drymass.data.top',array('title' => 'Aircrafts - Dry Mass data (a/c id: '.$profile.')'), array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<div class="table-responsive">
    <table id="aircrafts_data_table" class="table-admin table table-striped table-bordered" cellspacing="0" width="100%">
        <thead>
        <tr>
            <th>ID</th>
            <th>Name</th>
            <th>Weight (Kg)</th>
            <th>CG Long (mm)</th>
            <th>CG Lat (mm)</th>
        </tr>
        </thead>
        <tbody>

        </tbody>
    </table>
</div>
<div class="clearfix"></div>
<a href="/private-area/drymass" class="btn btn-primary btn-lg pull-left" role="button">Back to Aircrafts</a>