@extends('layouts.app') @section('title', 'IP-Pools') @section('heading', 'IP-Pools & Zuweisungen') @section('content') @if(auth()->user()->isAdmin()) + Pool anlegen @endif
{{ $pool->start_ip }} – {{ $pool->end_ip }}
Gateway: {{ $pool->gateway ?? '—' }} /{{ $pool->cidr }}
| VM | @if(auth()->user()->isAdmin())Kunde | @endifPrivate IP | Public IP | Pool |
|---|---|---|---|---|
| {{ $vm->name }} | @if(auth()->user()->isAdmin()){{ $vm->owner?->name }} | @endif{{ $vm->ip_address ?? '—' }} | {{ $vm->public_ip ?? '—' }} | {{ $vm->ipPool?->name ?? '—' }} |
| Keine Zuweisungen. | ||||