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

{{ $reseller->main_domain }}

@foreach($reseller->labels as $label) {{$label->label->label}} @endforeach
{{ $reseller->id }}
@if($reseller->active !== 1)
not active
@endif
Type {{ $reseller->reseller_type }}
Main domain {{ $reseller->main_domain }}
Location {{ $reseller->location->name }}
Provider {{ $reseller->provider->name }}
Price {{ $reseller->price->price }} {{ $reseller->price->currency }} {{\App\Process::paymentTermIntToString($reseller->price->term)}}
Has dedicated IP? @if(isset($reseller->ips[0]->address)) Yes @else No @endif
IP @if(isset($reseller->ips[0]->address)) {{$reseller->ips[0]->address}} @endif
Owned since @if(!is_null($reseller->owned_since)) {{ date_format(new DateTime($reseller->owned_since), 'jS F Y') }} @endif
Next due date {{Carbon\Carbon::parse($reseller->price->next_due_date)->diffForHumans()}} ({{Carbon\Carbon::parse($reseller->price->next_due_date)->format('d/m/Y')}})
Inserted @if(!is_null($reseller->created_at)) {{ date_format(new DateTime($reseller->created_at), 'jS M y g:i a') }} @endif
Updated @if(!is_null($reseller->updated_at)) {{ date_format(new DateTime($reseller->updated_at), 'jS M y g:i a') }} @endif
Disk GB {{$reseller->disk_as_gb}}
Accounts {{$reseller->accounts}}
Domains Limit {{$reseller->domains_limit}}
Subdomains Limit {{$reseller->subdomains_limit}}
Bandwidth GB {{$reseller->bandwidth}}
Email Limit {{$reseller->email_limit}}
DB Limit {{$reseller->db_limit}}
FTP Limit {{$reseller->ftp_limit}}
{{ route('reseller.index') }} {{ route('reseller.edit', $reseller->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