| {{ $item['description'] }} |
{{ $item['trigger'] }} |
{{ $item->role_responsibility ? $item->role_responsibility->name : '' }} |
{{ $item->role ? $item->role->name : '' }} |
{{ $item['problems'] }} |
{{ $item['frequency'] ? __('general.report_role.frequency_type.' . $item['frequency']) : '' }} |
{{ $item['process_name'] }} |
{{ $item['duration'] . ' ' . __('general.unities.Minute') }} |
{{ $item['importance'] ? __('general.importance_types.' . $item['importance']) : '' }} |
@endforeach