@extends('sites.index') @section('title_site') {{ $site->domain }}    @endsection @section('content_site')

Uptime

{{ $site->uptime() }}%
@if($site->ovh)

OVH

Domain
@if($infos = $site->infos())
  • Contact Admin : {{ $infos->contactAdmin }}
  • Contact Technique : {{ $infos->contactTech }}
  • Contact Facturation : {{ $infos->contactBilling }}
@endif
Hébergement
@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  
{{ csrf_field() }} {{ method_field('DELETE') }}
@endif
@endsection