{{ $device->displayName() }} @if($device->hardware) {{ $device->hardware }} @endif @if($osText) {{ $osText }} @endif @if($device->version) {{ $device->version }} @endif @if($device->features) ({{ $device->features }}) @endif @if($device->location) [{{ $device->location }}] @endif
@forelse($graphs as $graph) @empty
{{ __('No graphs available for this device') }}
@endforelse