Address |
{{ $o->service_description }} |
Service Number |
{{ $o->service_name }} |
Service Username |
{{ $o->service_username }} |
Service Password |
{{ $o->service_password }} |
@if($o->service_connect_date)
Connected |
{{ $o->service_connect_date->format('Y-m-d') }} |
@endif
@if(FALSE)
Speed |
{{ 'xxx/YY' }} Mbps |
Traffic |
{{ 'xxx' }} GB (YY GB used month) |
@endif
IP Address |
{{ $o->ipaddress ?: 'Dynamic' }} |
@if ($o->inContract())
Contract |
{{ $o->contract_term }} months ({{ ($x=$o->service_contract_date->addMonths($o->contract_term))->diffForHumans() }}) |
Contract End |
{{ $x->format('Y-m-d') }} |
@endif
Cancel Notice |
1 month @if($o->inContract())(after {{ $o->service_contract_date->addMonths($o->contract_term-1)->format('Y-m-d') }})@endif |