@if(!empty($CustomerLastInvoiceDate))
{{$CustomerLastInvoiceDate}}
@endif @if(!empty($CustomerEndDate))
{{$CustomerEndDate}}
@endif @if(!empty($lastInvoicePeriod) )
{{$lastInvoicePeriod->StartDate.' - '.$lastInvoicePeriod->EndDate}}
@endif
@if(count($CustomerNextBilling)) @foreach($CustomerNextBilling as $CustomerNextBillingRow) @endforeach @else @endif
Unbilled Period Duration (minutes) Charged Amount
{{$CustomerNextBillingRow['StartDate'].' - '.$CustomerNextBillingRow['EndDate']}} {{intval($CustomerNextBillingRow['TotalMinutes']/60)}} {{$CurrencySymbol.$CustomerNextBillingRow['TotalAmount']}}
No Data
Total {{intval($totalSecond/60)}} {{$CurrencySymbol.$totalcost}}
@if(count($VendorNextBilling)) @foreach($VendorNextBilling as $VendorNextBillingRow) @endforeach @else @endif
Unbilled Period Duration (minutes) Charged Amount
{{$VendorNextBillingRow['StartDate'].' - '.$VendorNextBillingRow['EndDate']}} {{intval($VendorNextBillingRow['TotalMinutes']/60)}} {{$CurrencySymbol.$VendorNextBillingRow['TotalAmount']}}
No Data
Total {{intval($totalSecond/60)}} {{$CurrencySymbol.$totalcost}}