{{cus_lang("CUST_PANEL_PAGE_INVOICE_PDF_LBL_MANAGEMENT_REPORT")}}
@foreach($ManagementReportTemplate as $ManagementReportTemplateRow) @if($ManagementReportTemplateRow['Status'] == 1)
{{$ManagementReportTemplateRow['UsageName']}}
@if($ManagementReportTemplateRow['Title'] == 'Longest Calls' || $ManagementReportTemplateRow['Title'] == 'Most Expensive Calls') @elseif($ManagementReportTemplateRow['Title'] == 'Frequently Called Numbers') @elseif($ManagementReportTemplateRow['Title'] == 'Daily Summary') @elseif($ManagementReportTemplateRow['Title'] == 'Usage by Category') @endif @if($ManagementReportTemplateRow['Title'] == 'Longest Calls' || $ManagementReportTemplateRow['Title'] == 'Most Expensive Calls') @elseif($ManagementReportTemplateRow['Title'] == 'Frequently Called Numbers' || $ManagementReportTemplateRow['Title'] == 'Daily Summary' || $ManagementReportTemplateRow['Title'] == 'Usage by Category') @endif @foreach($table_data as $call_row) @endforeach
{{cus_lang("CUST_PANEL_PAGE_INVOICE_PDF_LBL_FROM")}}{{cus_lang("CUST_PANEL_PAGE_INVOICE_PDF_TBL_TO")}}{{cus_lang("CUST_PANEL_PAGE_INVOICE_PDF_TBL_DATE")}}{{cus_lang("CUST_PANEL_PAGE_INVOICE_PDF_TBL_DESCRIPTION")}}{{cus_lang("CUST_PANEL_PAGE_INVOICE_PDF_TBL_TO")}} {{cus_lang("CUST_PANEL_PAGE_INVOICE_PDF_TBL_MINS")}} {{cus_lang("CUST_PANEL_PAGE_INVOICE_PDF_TBL_CHARGE")}}{{cus_lang("CUST_PANEL_PAGE_INVOICE_PDF_TBL_CALLS")}} {{cus_lang("CUST_PANEL_PAGE_INVOICE_PDF_TBL_MINS")}} {{cus_lang("CUST_PANEL_PAGE_INVOICE_PDF_TBL_CHARGE")}}
{{$call_row['col1']}} {{$call_row['col2']}} {{$call_row['col3']}} {{$CurrencySymbol.number_format($call_row['col4'],$RoundChargesAmount)}}
{{cus_lang("TABLE_TOTAL")}} @if($ManagementReportTemplateRow['Title'] == 'Frequently Called Numbers' || $ManagementReportTemplateRow['Title'] == 'Daily Summary' || $ManagementReportTemplateRow['Title'] == 'Usage by Category') {{$call_count}} @endif {{$billed_duration}} {{$CurrencySymbol.number_format($cost,$RoundChargesAmount)}}
@endif @endforeach