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($o->technology)
Technology |
{{ $o->technology }} |
@endif
@if($o->service->product->type)
Usage |
{{ $o->service->product->type->allowance_string() }} Included Calls |
@endif
@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 |