@section('title') {{$shared->main_domain}} {{'shared'}} @endsection {{ __('Share hosting details') }}

{{ $shared->main_domain }}

@foreach($shared->labels as $label) {{$label->label->label}} @endforeach
{{ $shared->id }}
@if($shared->active !== 1)
not active
@endif
Type {{ $shared->shared_type }}
Location {{ $shared->location->name }}
Provider {{ $shared->provider->name }}
Price {{ $shared->price->price }} {{ $shared->price->currency }} {{\App\Process::paymentTermIntToString($shared->price->term)}}
Was promo {{ ($shared->was_promo === 1) ? 'Yes' : 'No' }}
Has dedicated IP? @if(isset($shared->ips[0]->address)) Yes @else No @endif
IP @if(isset($shared->ips[0]->address)) {{$shared->ips[0]->address}} @endif
Owned since @if(!is_null($shared->owned_since)) {{ date_format(new DateTime($shared->owned_since), 'jS F Y') }} @endif
Next due date {{Carbon\Carbon::parse($shared->price->next_due_date)->diffForHumans()}} ({{Carbon\Carbon::parse($shared->price->next_due_date)->format('d/m/Y')}})
Inserted @if(!is_null($shared->created_at)) {{ date_format(new DateTime($shared->created_at), 'jS M y g:i a') }} @endif
Updated @if(!is_null($shared->updated_at)) {{ date_format(new DateTime($shared->updated_at), 'jS M y g:i a') }} @endif
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}}
{{ route('shared.index') }} {{ route('shared.edit', $shared->id) }}
@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