|
|
|
@ -60,7 +60,7 @@
|
|
|
|
<td class="p-1">{{ $item->mobile }}</td>
|
|
|
|
<td class="p-1">{{ $item->mobile }}</td>
|
|
|
|
<td class="p-1">{{ $item->patients->count() ? $item->patients->last()->name : "无" }}</td>
|
|
|
|
<td class="p-1">{{ $item->patients->count() ? $item->patients->last()->name : "无" }}</td>
|
|
|
|
<td class="p-1">{{ date("Y-m-d H:i:s",$before_datetime) }}</td>
|
|
|
|
<td class="p-1">{{ date("Y-m-d H:i:s",$before_datetime) }}</td>
|
|
|
|
<td class="p-1">{{ $item->oneBalance->balance }}</td>
|
|
|
|
<td class="p-1">{{ $item->oneBalance ? $item->oneBalance->balance : "0" }}</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
@endforeach
|
|
|
|
@endforeach
|
|
|
|
</tbody>
|
|
|
|
</tbody>
|
|
|
|
|