@php use App\Models\CodatVvt; @endphp
{{-- --}}
{{-- Button zum Wechseln AV --}} change to AV {{-- Neue Verarbeitung erstellen (Add) --}} @can('create', \App\Models\CodatVvt::class) @endcan @cannot('create', \App\Models\CodatVvt::class) @endcannot {{-- Export --}} Export {{-- Button zum Wechseln Matrix Untermandant --}} @if($this->showHauptmandantButton) Report Untermandanten @endif {{-- Adressbuch --}} {{-- Papierkorb --}} @can('delete', new CodatVvt()) Recycle Bin @endcan {{-- Pop-up für neue Verarbeitung --}} @if($showNewProcessPopup)
{{-- Neues Dokument --}}
New

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

{{ __('general.Create a process from scratch.') }}

{{-- Vorlage --}}
Template

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

{{ __('general.Create a process according to one of your templates.') }}

{{-- Duplikat --}}
Duplicate

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

{{ __('general.Copy an already created process as a basis.') }}

@endif
@foreach($this->statusList->items() as $status) @can('view', [$status]) @endcan @endforeach @if ($showDeleteModal)

Möchten Sie diese Verarbeitung inklusive ihrer Historie wirklich löschen?

@endif
{{ __('general.Status') }}
%
Modus
{{ __('general.Process') }}
{{ __('general.Version') }}
{{ __('general.Assigned person') }}
{{ __('general.Last edited') }}
{{ __('Aktionen') }}
@php $iconPath = $statusIcon[$status->ds_kuerzel] ?? null; @endphp @if($iconPath)
Status Icon
{{ $status->ds_name }}
@else Kein Icon @endif
{{ $status->fortschritt }}% {{ $status->modus }}
@if($status->getConnectionName() == 'haupmandant_DB') View Icon @endif {{ $status->vvkateg }}
{{ $status->vvt_revnr ?? '0.1' }} {{ $status->zugew_user_name ?? 'Nicht zugewiesen' }} {{ Carbon\Carbon::parse($status->geaendert_ts)->locale('de')->isoFormat('DD.MM.YYYY, HH:mm') ?? 'Zuletzt Bearbeitet' }}
{{$this->statusList->links()}}