@php $canManageWorkflows = app(\App\Services\Qms\QmsPermissions::class)->can( app(\App\Services\Qms\OrganizationResolver::class)->memberFor(auth()->user()), 'workflows.manage' ); @endphp
@if ($canManageWorkflows) New workflow @endif @include('partials.flash')
@forelse ($workflows as $workflow) @empty @endforelse
Name Steps Status
{{ $workflow->name }} {{ $workflow->steps_count }} {{ $workflow->is_active ? 'Active' : 'Inactive' }}
No workflows configured.