@php use App\Models\CodatVvt; @endphp
{{ __('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.') }}
|
{{ __('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 }} |
@if($status->getConnectionName() == 'haupmandant_DB')
|
{{ $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' }} |
{{-- View --}}
getConnectionName() == 'haupmandant_DB')
href="{{route("show-vt", ['vvt_id' => $status->vvt_id, 'fid'=>session()->get('fid'),'mid'=>6,'is_main_db'=>true])}}" class="w-4 mr-2 transform hover:text-yellow-500 hover:scale-110">
@else
href="{{route("show-vt", ['vvt_id' => $status->vvt_id, 'fid'=>session()->get('fid'),'mid'=>6])}}" class="w-4 mr-2 transform hover:text-yellow-500 hover:scale-110">
@endif
|