{{-- --}}
{{-- Button zum Wechseln VW --}} change to VW {{-- Neue Verarbeitung erstellen (Add) --}} @can('create', \App\Models\CodatVvt::class) @endcan @cannot('create', \App\Models\CodatVvt::class) @endcannot {{-- Export --}} Export {{-- Adressbuch --}} {{-- Papierkorb --}} @can('delete', \App\Models\CodatVvt::all()->first()) 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.') }}

@livewire('popups.duplicate-popup')
@endif
@foreach($statusList as $index => $status)
{{ __('general.Status') }}
%
Modus
{{ __('general.Process') }}
{{ __('general.Version') }}
{{ __('general.Assigned person') }}
{{ __('general.Last edited') }}
{{ __('Aktionen') }}