Status |
{!! $o->status_html !!} |
@if ($o->active or $o->isPending())
Billed |
{{ $o->billing_period }} |
@if($o->active)
Invoiced To |
{{ $o->invoice_to->format('Y-m-d') }} |
Paid Until |
{{ $o->paid_to->format('Y-m-d') }} |
@endif
Next Invoice |
{{ $o->invoice_next->format('Y-m-d') }} |
Next Estimated Invoice |
${{ number_format($o->next_invoice_items()->sum('total'),2) }} * |
Payment Method |
@if ($o->autopay)Direct Debit @else Invoice @endif |
@else
Cancelled |
{!! $o->date_end ? $o->date_end->format('Y-m-d') : $o->paid_to->format('Y-m-d').'*' !!} |
@endif