@if(!empty($CustomerLastInvoiceDate))
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}} |
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}} |