Service Information

@if ($o->active or $o->isPending()) @if($o->active) @endif @else @endif
Account {{ $o->account->aid }}
Status {!! $o->status_html !!}
Billed {{ $o->billing_period }}
Invoiced To {{ $o->invoice_to->format('Y-m-d') }}
Paid Until {{ $o->paid_to->format('Y-m-d') }}
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
Cancelled {!! $o->date_end ? $o->date_end->format('Y-m-d') : $o->paid_to->format('Y-m-d').'*' !!}
@if($o->active OR $o->isPending()) @endif