@extends('sites.index')
@section('title_site')
{{ $site->domain }}
@endsection
@section('content_site')
@if($site->ovh)
@if($infos = $site->infos())
-
Contact Admin :
{{ $infos->contactAdmin }}
-
Contact Technique :
{{ $infos->contactTech }}
-
Contact Facturation :
{{ $infos->contactBilling }}
@endif
@if($server = $site->server())
-
Datacenter :
{{ $server->datacenter }}
-
Cluster :
{{ $server->cluster }}
-
Offre :
{{ $server->offer }}
-
IP v4 :
{{ $server->hostingIp }}
-
IP v6 :
{{ $server->hostingIpv6 }}
@endif
@endif
@if(auth()->user()->isAdmin())
Modifier
@endif
@endsection