@if($workflow->auto_convert_to_pdf)
Auto PDF
@endif
@if($workflow->retention_days)
Retention: {{ $workflow->retention_days }} days
@endif
@if($workflow->max_upload_mb)
Max upload: {{ $workflow->max_upload_mb }} MB
@endif
@if($workflow->allowed_mime_types)
MIME: {{ implode(', ', $workflow->allowed_mime_types) }}
@endif
@if($workflow->steps->isNotEmpty())
Steps
@foreach($workflow->steps as $step)
-
{{ $step->step_order }}. {{ $step->name }}
@if($step->isAutomated())
accessibility
@else
(min {{ $step->min_approvals }})
@endif
@endforeach
@endif
@if($workflow->documents_count === 0)
Delete
@endif