<?php echo $__env->make('admin.drymass.top',array('title' => 'Dry Mass (Modulo C)'), array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<div class="table-responsive">
    <table id="aircrafts_table" class="table-admin table table-striped table-bordered" cellspacing="0" width="100%">
        <thead>
        <tr>
            <th>ID</th>
            <th>A/C Type</th>
            <th>T.Registration</th>
            <th>S.N.</th>
            <th>Flight Type</th>
        </tr>
        </thead>
        <tbody>

        </tbody>
    </table>
</div>