@section('title') {{$shared->main_domain}} {{'shared'}} @endsection {{ __('Share hosting details') }}
Labels @foreach($labels as $label) @if($loop->last) {{$label->label}} @else {{$label->label}}, @endif @endforeach
Id {{ $shared->id }}
Main domain {{ $shared->main_domain }}
Location {{ $shared_extras[0]->location }}
Provider {{ $shared_extras[0]->provider_name }}
Price {{ $shared_extras[0]->price }} {{ $shared_extras[0]->currency }}
Term {{ \App\Process::paymentTermIntToString($shared_extras[0]->term) }}
Has dedicated IP? {{ ($shared->has_dedicated_ip)? 'Yes': 'No' }}
IP {{ $shared->ip }}
Owned since @if(!is_null($shared->owned_since)) {{ date_format(new DateTime($shared->owned_since), 'jS F Y') }} @endif
Next due date @if(!is_null($shared_extras[0]->next_due_date)) {{ date_format(new DateTime($shared_extras[0]->next_due_date), 'jS F Y') }} @endif
Created on {{ date_format($shared->created_at, 'jS F Y') }}
Last updated {{ date_format($shared->updated_at, 'jS F Y') }}
Disk GB {{$shared->disk_as_gb}}
Bandwidth GB {{$shared->bandwidth}}
Domains Limit {{$shared->domains_limit}}
Subdomains Limit {{$shared->subdomains_limit}}
Email Limit {{$shared->email_limit}}
DB Limit {{$shared->db_limit}}
FTP Limit {{$shared->ftp_limit}}
Go back Edit
@if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)

Built on Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }} )

@endif