@extends($activeTemplate.'layouts.master') @section('content') @php $product = $service->product; $status = $service->status; @endphp
@if($product->module_type == 0)
@php $icon = 'hdd'; if($product->product_type == 3){ $icon = 'server'; } elseif($product->product_type == 4){ $icon = 'archive'; } @endphp

{{ __(@$service->product->name) }}

{{ __(@$service->product->serviceCategory->name) }}

@php echo $service->showStatus; @endphp
@if($status == 1)
@lang('Upgrade Plan')
@elseif($status == 3) @endif @if($service->cancelRequest && $service->cancelRequest->status == 2) @lang('There is an outstanding cancellation request for this product/service') @endif
@else @if($status == 1)

@lang('Package/Domain')

{{ __($product->serviceCategory->name) }}

{{ __($product->name) }}

@if($service->domain) www.{{ $service->domain }} @endif

@lang('Disk Usage')

@php $used = (int) $diskUsed; $limit = (int) $diskLimit; if($limit == 'unlimited' || $limit == 0){ $used = 0; $limit = 1; } @endphp
{{ getAmount($used / $limit * 100) }}%
{{ $diskUsed }} / {{ $diskLimit }}
@elseif($status == 2)

@lang('Pending')

@lang('This hosting package is currently Pending') @lang('You cannot begin using this hosting account until it is activated')
@elseif($status == 3)

@lang('Suspended')

@lang('This hosting package is currently Suspended') @lang('You cannot continue to use or manage this package until it is reactivated')
@elseif($status == 4)

@lang('Terminated')

@lang('This hosting package is currently Terminated')
@elseif($status == 5)

@lang('Cancelled')

@lang('This hosting package is currently Cancelled')
@endif @endif
  • @lang('Registration Date') {{ @$service->reg_date ? showDateTime(@$service->reg_date, 'd/m/Y') : 'N/A' }}
  • @lang('First Payment Amount') {{ showAmount($service->first_payment_amount) }}
  • @if($service->billing != 1)
  • @lang('Recurring Amount') {{ showAmount($service->recurring_amount) }}
  • @endif
  • @lang('Billing Cycle') {{ billingCycle(@$service->billing_cycle, true)['showText'] }}
  • @lang('Next Due Date') @if($service->billing_cycle == 0) @lang('N/A') @else {{ @$service->next_due_date ? showDateTime(@$service->next_due_date, 'd/m/Y') : 'N/A' }} @endif
@if(count($product->getConfigs))

@lang('Configurable Options')

    @foreach($product->getConfigs as $config) @forelse($config->group->options as $option)
  • {{ __(@$option->name) }} {{ @$service->hostingConfigs->where('configurable_group_option_id', $option->id)->first()->option->name ?? __('N/A') }}
  • @empty {{ __(@$emptyMessage) }} @endforelse @endforeach
@endif @if($product->product_type == 3)

@lang('Server Information')

  • @lang('Hostname') {{ $service->domain ?? 'N/A' }}
  • @lang('Primary IP') {{ $service->dedicated_ip ?? 'N/A' }}
  • @lang('Nameservers') {{ $service->ns1 ?? 'N/A' }}, {{ $service->ns2 ?? 'N/A' }}
  • @lang('Assigned IPs') @php echo nl2br($service->assigned_ips); @endphp
@endif
@if($product->module_type == 0) @if($status == 1) @endif @if($status == 1) @endif @if($status == 3) @endif @if($status == 1) @endif @endif @endsection @push('style') @endpush @push('script') @endpush Whmlab
Internal Server Error
Error
Class "App\Models\Hosting" not found
app/Providers/EventServiceProvider.php :33
vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php :36
vendor/laravel/framework/src/Illuminate/Container/Util.php :41
vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php :93
vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php :35
vendor/laravel/framework/src/Illuminate/Container/Container.php :662
vendor/laravel/framework/src/Illuminate/Foundation/Application.php :1114
vendor/laravel/framework/src/Illuminate/Foundation/Application.php :1095
vendor/laravel/framework/src/Illuminate/Foundation/Application.php :1094
vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php :17
vendor/laravel/framework/src/Illuminate/Foundation/Application.php :316
vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php :186
vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php :170
vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php :144
vendor/laravel/framework/src/Illuminate/Foundation/Application.php :1183
/home/umva.net/host.umva.net/index.php :17
Request
GET /store/basic-shared-hosting
Headers
accept
text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
accept-encoding
gzip, br
accept-language
en-US,en;q=0.5
connection
Keep-Alive
host
host.umva.net
user-agent
CCBot/2.0 (https://commoncrawl.org/faq/)
x-forwarded-for
18.97.14.80
cf-ray
94173716f879d6f4-IAD
cf-ipcountry
US
x-forwarded-proto
https
cf-visitor
{"scheme":"https"}
cdn-loop
cloudflare; loops=1
cf-connecting-ip
18.97.14.80
Body
{
    "all": ""
}
Application
Routing
No routing data
Database Queries
No query data