@extends('layouts.app') @section('title', 'Projekt: '.$project->name) @section('actions') @can(\App\Enums\Permission::PROJECT_MANAGE)Bearbeiten@endcan @endsection @section('content') @if ($problem = $project->authorizationProblem())
| Netz | Bezeichnung | Gültig bis | Status |
|---|---|---|---|
| {{ $entry->cidr }} | {{ $entry->label }} | {{ $entry->valid_until?->format('d.m.Y') ?? 'unbefristet' }} | @if ($entry->isCurrentlyValid())aktiv @elseinaktiv@endif |
Keine Netze freigegeben. | |||
| Scan | Profil | Status | Start | Findings |
|---|---|---|---|---|
| {{ $scan->name }} | {{ $scan->profile->name }} | {{ $scan->status->label() }} | {{ $scan->started_at?->format('d.m.Y H:i') ?? '–' }} | {{ $scan->findings_count }} |
Noch keine Scans. | ||||