@php use Illuminate\Support\Facades\DB; @endphp
@livewire('address-book.address-book')
{{--
{{ __('general.Processing number') }}: {{ $verarbeitungsNummer }}
--}}
@if ($statusList->verzeichnis_id != 2)
@endif
@if ($statusList->verzeichnis_id != 2)
@endif

{{ __('general.Contents') }}

{{ __('general.Completed') }}

@php $sections = [ ['id' => 1, 'label' => __('general.Processing activity'), 'show' => true], ['id' => 2, 'label' => __('general.Responsibilities'), 'show' => true], ['id' => 3, 'label' => __('general.Processors & joint controllers'), 'show' => $statusList->verzeichnis_id != 2], ['id' => 4, 'label' => __('general.Software'), 'show' => true], ['id' => 5, 'label' => __('general.Purpose'), 'show' => true], ['id' => 6, 'label' => __('general.Type of data'), 'show' => true], ['id' => 7, 'label' => __('general.Receiver'), 'show' => true], ['id' => 8, 'label' => __('general.Deletion deadlines'), 'show' => $statusList->verzeichnis_id != 2], ['id' => 9, 'label' => __('general.Authorization groups'), 'show' => $statusList->verzeichnis_id != 2], ['id' => 10, 'label' => 'Datenschutzfolgenabschätzung', 'show' => $statusList->verzeichnis_id != 2], ['id' => 11, 'label' => 'Künstliche Intelligenz (KI)', 'show' => $statusList->verzeichnis_id != 2], ['id' => 12, 'label' => __('general.Duty to inform'), 'show' => $statusList->verzeichnis_id != 2], ['id' => 13, 'label' => __('general.Technical and organizational measures'), 'show' => true], ['id' => 14, 'label' => 'Dokumente', 'show' => true], ['id' => 15, 'label' => 'Zuweisung & Notify', 'show' => true], ]; // Filter nur sichtbare Abschnitte $visibleSections = collect($sections)->filter(fn($s) => $s['show'])->values(); @endphp
@foreach ($visibleSections as $index => $section) @endforeach
{{ __('general.Revision number') }}
{{$revision}}
{{ __('general.Status') }}
{{----}}
@if($statusList) @if($statusList->vvt_id == $vvt_id) @endif @endif {{--
--}}
{{-- @if (session()->has('message')) @endif --}}
@if ($showErrorPopup)

Fehler

{{ $errorMessage }}

@endif