<div class="row">
    <div class="col-md-12">
    <table class="table table-bordered datatable" id="prefix_table">
        <thead>
        <tr>
            <th width="20%"><?php echo \Illuminate\Support\Facades\Lang::get("routes.CUST_PANEL_PAGE_ANALYSIS_TAB_PREFIX_TBL_PREFIX"); ?></th>
            <th width="20%"><?php echo \Illuminate\Support\Facades\Lang::get("routes.CUST_PANEL_PAGE_ANALYSIS_TAB_PREFIX_TBL_NO_OF_CALLS"); ?></th>
            <th width="10%"><?php echo \Illuminate\Support\Facades\Lang::get("routes.CUST_PANEL_PAGE_ANALYSIS_TAB_PREFIX_TBL_BILLED_DURATION_MIN"); ?></th>
            <th width="10%"><?php echo \Illuminate\Support\Facades\Lang::get("routes.CUST_PANEL_PAGE_ANALYSIS_TAB_PREFIX_TBL_CHARGED_AMOUNT"); ?></th>
            <th width="10%"><?php echo \Illuminate\Support\Facades\Lang::get("routes.CUST_PANEL_PAGE_ANALYSIS_TAB_PREFIX_TBL_ACD"); ?></th>
            <th width="10%"><?php echo \Illuminate\Support\Facades\Lang::get("routes.CUST_PANEL_PAGE_ANALYSIS_TAB_PREFIX_TBL_ASR"); ?></th>
            <?php if((int)Session::get('customer') == 0): ?>
            <th width="10%"><?php echo \Illuminate\Support\Facades\Lang::get("routes.CUST_PANEL_PAGE_ANALYSIS_TAB_PREFIX_TBL_MARGIN"); ?></th>
            <th width="10%"><?php echo \Illuminate\Support\Facades\Lang::get("routes.CUST_PANEL_PAGE_ANALYSIS_TAB_PREFIX_TBL_MARGIN"); ?>(%)</th>
            <?php endif; ?>
        </tr>
        </thead>
        <tbody>
        </tbody>
        <tfoot>
        <tr>

        </tr>
        </tfoot>
    </table>
        </div>
</div>
