{{-- --}}
@if($showNewProcessPopup)
View Icon

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

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

View Icon

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

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

View Icon

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

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

@livewire('popups.duplicate-popup')
@endif
@foreach($statusList as $index => $status)
{{ __('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 }} {{ $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' }}