|
|
|
|
@ -6,10 +6,10 @@
|
|
|
|
|
<div class="card">
|
|
|
|
|
<div class="card-body">
|
|
|
|
|
<!-- <div class="mb-3">
|
|
|
|
|
<a class="btn btn-primary" href="{{url($urlPrefix . '/create')}}">
|
|
|
|
|
@lang("icons.action_create") @lang('actions.create'){{$modelName}}
|
|
|
|
|
</a>
|
|
|
|
|
</div> -->
|
|
|
|
|
<a class="btn btn-primary" href="{{url($urlPrefix . '/create')}}">
|
|
|
|
|
@lang("icons.action_create") @lang('actions.create'){{$modelName}}
|
|
|
|
|
</a>
|
|
|
|
|
</div> -->
|
|
|
|
|
|
|
|
|
|
<!-- 搜索表单 -->
|
|
|
|
|
<div class="mb-3">
|
|
|
|
|
@ -40,7 +40,7 @@
|
|
|
|
|
<th>客户手机号</th>
|
|
|
|
|
<th>护工签名</th>
|
|
|
|
|
<th>客户签名</th>
|
|
|
|
|
<th>公司签名</th>
|
|
|
|
|
<!-- <th>公司签名</th> -->
|
|
|
|
|
<th>协议文件</th>
|
|
|
|
|
<th>创建时间</th>
|
|
|
|
|
<th>操作</th>
|
|
|
|
|
@ -87,14 +87,14 @@
|
|
|
|
|
-
|
|
|
|
|
@endif
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
@if($row->companySign)
|
|
|
|
|
<a href="{{Storage::url($row->companySign->folder . '/' . $row->companySign->name)}}"
|
|
|
|
|
target="_blank">查看</a>
|
|
|
|
|
@else
|
|
|
|
|
-
|
|
|
|
|
@endif
|
|
|
|
|
</td>
|
|
|
|
|
<!-- <td>
|
|
|
|
|
@if($row->companySign)
|
|
|
|
|
<a href="{{Storage::url($row->companySign->folder . '/' . $row->companySign->name)}}"
|
|
|
|
|
target="_blank">查看</a>
|
|
|
|
|
@else
|
|
|
|
|
-
|
|
|
|
|
@endif
|
|
|
|
|
</td> -->
|
|
|
|
|
<td>
|
|
|
|
|
@if($row->file)
|
|
|
|
|
<a href="{{Storage::url($row->file->folder . '/' . $row->file->name)}}"
|
|
|
|
|
@ -106,8 +106,8 @@
|
|
|
|
|
<td>{{ $row->created_at->format('Y-m-d H:i:s') }}</td>
|
|
|
|
|
<td>
|
|
|
|
|
<!-- <a class="btn btn-sm btn-primary"
|
|
|
|
|
href="{{url("{$urlPrefix}/edit?id={$row['id']}")}}">@lang("icons.action_edit")
|
|
|
|
|
@lang("actions.edit")</a> -->
|
|
|
|
|
href="{{url("{$urlPrefix}/edit?id={$row['id']}")}}">@lang("icons.action_edit")
|
|
|
|
|
@lang("actions.edit")</a> -->
|
|
|
|
|
<a class="btn btn-sm btn-danger btn-delete" data-id="{{$row['id']}}"
|
|
|
|
|
href="javascript:;">@lang("icons.action_delete") @lang("actions.delete")</a>
|
|
|
|
|
</td>
|
|
|
|
|
|