<?php echo $__env->make('admin.fuel.indexes.top',array('title' => 'Fuel - Indexes (fuel id: '.$profile.')'), array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<div class="table-responsive">
    <table id="fuel_table" class="table-admin table table-striped table-bordered" cellspacing="0" width="100%">
        <thead>
        <tr>
            <th>ID</th>
            <th>Weight</th>
            <th>Braccio Fuel Long</th>
            <th>Braccio Fuel Lat</th>
        </tr>
        </thead>
        <tbody>

        </tbody>
    </table>
</div>
<div class="clearfix"></div>
<a href="/private-area/fuel" class="btn btn-primary btn-lg pull-left" role="button">Back to Fuel</a>