@if($mode == 'popup')

CO-DATproV+


@endif
{{-- Suchfeld --}}
@can('create', new \App\Models\CodatVvt()) @switch($mode) @case('edit') @break @case('view') @break @default @endswitch @else @endcan
@if($check_for_uc_add)

Möchten sie die Bearbeitung wirklich verlassen? Ihre Änderungen werden beim verlassen gespeichert.

@endif {{-- Tabelle mit fixem Header --}}
{{-- Header (nicht scrollbar) --}}
@if($mode == 'edit')
{{-- Checkboxen --}}
@endif
Status
%
Modus
Verarbeitung
Zugew. An
Bearb.
@if($mode != 'edit')
Aktionen
@endif
{{-- Scrollbarer Inhalt --}}
@foreach($this->filtered_VVTs as $vvt)
@if($mode == 'edit') @endif {{-- Status --}}
@php $iconPath = $statusIcon[$vvt->{'207status'}] ?? null; @endphp @if($iconPath)
Status Icon
{{ $vvt->status?->ds_name ?? 'N/A' }}
@else Kein Icon @endif
{{-- Fortschritt --}}
{{$vvt->fortschritt?->fortschritt ?? '0'}}%
{{-- Modus --}}
{{$vvt->modus ?? 'N/A'}}
{{-- Verarbeitung --}}
{{$vvt->vvkateg ?? 'N/A'}}
{{-- Zugew. An / Bearb --}}
{{$vvt->zugew_user?->vorname.' '.$vvt->zugew_user?->nachname ?? 'N/A'}}
{{ optional($vvt->geaendert_ts ? \Carbon\Carbon::parse($vvt->geaendert_ts) : null)->locale('de')?->isoFormat('DD.MM.YYYY, HH:mm') ?? '—' }}
{{-- Aktionen --}} @if($mode != 'edit') @endif
@endforeach
{{$this->filtered_VVTs->links()}}