Address |
{{ $o->service_address }} |
Service Number |
{{ $o->service_number }} |
Service Username |
{{ $o->service_username }} |
Service Password |
{{ $o->service_password }} |
@if($o->connect_at)
Connected |
{{ $o->connect_at->format('Y-m-d') }} |
@endif
@if($x=$o->technology)
Technology |
{{ $x }} |
@endif
Speed |
{{ $o->supplied()->speed }} Mbps |
Traffic |
{{ $o->service->offering->allowance_string() }} GB @if(FALSE)(YY GB used month)@endif |
IP4 Address |
{{ $o->ipaddress ?: 'Dynamic' }} |
IP6 Address |
{{ $o->ip6address ?: '-' }} |
@if ($o->inContract())
Contract |
{{ $o->contract_term }} months |
Contract End |
{{ $o->service_expire->format('Y-m-d') }} ({{ $o->service_expire->diffForHumans() }}) |
@endif
Cancel Notice |
1 month @if($o->inContract())(after {{ $o->service_expire->subMonth()->format('Y-m-d') }})@endif |