@include('common.service.widget.info')
Service Details
Number | {{ $o->type->service_number }} |
---|---|
Address | {{ $o->type->service_address }} |
Connected | {{ $o->type->service_connect_date->format('Y-m-d') }} |
Contract | {{ $o->type->contract_term }} mths (until {{ $o->type->service_contract_date ? $o->type->service_contract_date->addMonths($o->type->contract_term)->format('Y-m-d') : 'N/A' }}) |
Username | {{ $o->type->service_username }} |
Password | {{ $o->type->service_password }} |
IP Address | {{ $o->type->ipaddress ? $o->type->ipaddress : 'Dynamic' }} |
DSL Details
Speed | {{ $o->product->type->speed }} |
---|---|
Peak Included Downloads | {{ number_format($o->product->type->base_down_peak,0) }}GB |
Peak Included Downloads | {{ number_format($o->product->type->base_down_offpeak,0) }}MB |
Traffic Last Month | TBA |
Traffic This Month | TBA |
Excess Traffic Charges to Bill | TBA |
@include('common.service.widget.invoice')
{{-- @todo show list of outstanding invoices --}}
{{-- Workaround since col-offset-x is not in our CSS? --}}
@include('common.invoice.widget.list')