|
@@ -45,36 +45,6 @@
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
- <tr style="height:52px;page-break-inside:avoid">
|
|
|
- <td valign="center">
|
|
|
- 户口簿(户主页及本人页)
|
|
|
- </td>
|
|
|
- <td valign="center" colspan="11">
|
|
|
- <div style="padding: 10px 0">
|
|
|
- @foreach($info->household_register as $k => $v)
|
|
|
- @if(!empty($v))
|
|
|
- <img class="attchment" data-key="{{$k}}" data-name="household_register"
|
|
|
- src="{{ $v->response->path }}" width="200"/>
|
|
|
- @endif
|
|
|
- @endforeach
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr style="height:52px;page-break-inside:avoid">
|
|
|
- <td valign="center">
|
|
|
- 毕业证书及学信网《教育部学历证书电子注册备案表》
|
|
|
- </td>
|
|
|
- <td valign="center" colspan="11">
|
|
|
- <div style="padding: 10px 0">
|
|
|
- @foreach($info->education_certification as $k => $v)
|
|
|
- @if(!empty($v))
|
|
|
- <img class="attchment" data-key="{{$k}}" data-name="education_certification"
|
|
|
- src="{{ $v->response->path }}" width="200"/>
|
|
|
- @endif
|
|
|
- @endforeach
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
<tr style="height:52px;page-break-inside:avoid">
|
|
|
<td valign="center">
|
|
|
失信查询情况
|