@foreach($ispconfigs as $ispconfig)

{{ $ispconfig->data['domain'] ?? 'Domaine non défini' }}

Gérer dans ISPConfig
@foreach($ispconfig->data as $key => $value) @if(!is_array($value) && !is_null($value))
{{ ucfirst(str_replace('_', ' ', $key)) }} {{ $value }}
@endif @endforeach
@endforeach