{{ __('general.NEW') }}
{{ __('general.Create a process from scratch.') }}     
{{ __('general.TEMPLATE') }}
{{ __('general.Create a process according to one of your templates.') }}
{{ __('general.DUPLICATE') }}
{{ __('general.Copy an already created process as a basis.') }}
@livewire('popups.duplicate-popup')| {{ __('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->ds_name }}
|
{{ $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' }} |
|