@foreach($show_columns as $column) @endforeach @foreach($data as $entity) @foreach($show_columns as $column) @php $columnValue = data_get($entity, $column); @endphp @if ($column == 'status') @elseif ($column == 'progress') @else @endif @endforeach @endforeach
{{ __('general.report_user_procedure_check.'.$column) }}
{{ __('general.procedure_check_status.'.$columnValue) }}{{ $entity['total_checked_steps'].'/'.$entity['total_steps'].' ('.$entity['percent'].'%)' }}{{ $columnValue }}