Status: @switch($hosting->status) @case('active') Active @break @case('suspended') Suspended @break @case('expired') Expired @break @case('cancelled') Cancelled @break @default {{ ucfirst($hosting->status) }} @endswitch
@if($hosting->renewal_date && $hosting->renewal_date->diffInDays(now()) <= 30) Renewal due in {{ $hosting->renewal_date->diffInDays(now()) }} days @endif
@include('servermanager::hosting.ajax.hosting-information')
@include('servermanager::hosting.ajax.associated-domains')
@include('servermanager::hosting.ajax.billing')
{{-- @include('servermanager::hosting.ajax.activities') --}}
{{-- @include('servermanager::hosting.ajax.statistics') --}}