@foreach($rows as $i => $row) @endforeach
序号 步骤 类型 收到时间 办理人 办理时间 办理效率 办理意见
{{$i + 1}} {{$row['run_name']}} @if($row['updated_id'] == 0) @if($row['option'] == 0) 未阅 @else 待审 @endif @elseif($row['run_status'] == 'back') 退回 @elseif($row['run_status'] == 'recall') 撤回 @elseif($row['run_status'] == 'abort') 弃审 @else @if($row['option'] == 0) 已阅 @else 已审 @endif @endif @datetime($row['created_at']) {{get_user($row['updated_id'],'name')}} @datetime($row['updated_at']) diffInHours($e).'小时'; } ?> {{$row['remark']}}