<?php echo $__env->make('admin.aircrafts.top',array('title' => 'Aircrafts'), 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>
            <th>Auxiliary Fuel Tank</th>
            <th>Average Cons kg/min</th>
            <th>Mass kg</th>
            <th>Fuel</th>
            <th>Fuel Aux</th>
            <th>Graph</th>
        </tr>
        </thead>
        <tbody>

        </tbody>
    </table>
</div>