<div class="panel">
<div class="table-responsive">
<table class="table m-b-none">
<thead>
<tr>
<th align="left">资料上传</th>
</tr>
</thead>
<tbody>
<td>
@include('attachment/add')
</td>
</tbody>
</table>
</div>