From | @elseif($ManagementReportTemplateRow['Title'] == 'Daily Summary')Date | @elseif($ManagementReportTemplateRow['Title'] == 'Usage by Category')Description | @endif @if($ManagementReportTemplateRow['Title'] == 'Longest Calls' || $ManagementReportTemplateRow['Title'] == 'Most Expensive Calls')To | Mins | Charge | @elseif($ManagementReportTemplateRow['Title'] == 'Frequently Called Numbers' || $ManagementReportTemplateRow['Title'] == 'Daily Summary' || $ManagementReportTemplateRow['Title'] == 'Usage by Category')Calls | Mins | Charge | @endif
---|---|---|---|---|---|---|---|---|
{{$call_row['col1']}} | {{$call_row['col2']}} | {{$call_row['col3']}} | {{$CurrencySymbol.number_format($call_row['col4'],$RoundChargesAmount)}} | |||||
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)}} |