Account | {{ $o->account->name }} |
---|---|
Active | {!! $o->status_html !!} |
Billing Period | {{ $o->billing_period }} |
Billing Amount | ${{ number_format($o->billing_price,2) }} |
Invoiced To | {{ $o->invoice_to ? $o->invoice_to->format('Y-m-d') : '' }} |
Next Invoice | {{ $o->invoice_next ? $o->invoice_next->format('Y-m-d') : '' }} |
Current Invoices Due | ${{ number_format($o->invoices_due()->sum('due'),2) }} ({{ $o->invoices_due()->count() }}) |