liyinglin 2 years ago
parent b62d42e01f
commit 29087cdf3b

@ -31,12 +31,9 @@
<td>{{ $row['name'] }}</td> <td>{{ $row['name'] }}</td>
<td> <td>
@foreach ($row['beds'] as $r) @foreach ($row['beds'] as $r)
{{-- {{json_encode($r)}}--}} @foreach ($r['on_going_order'] as $v)
{{json_encode($r['on_going_order'])}} {{$v['paramedic_name']}}
{{-- 【{{$r->name}}-】--}} @endforeach
{{-- {{$r->on_going_order}}--}}
<br/>
@endforeach @endforeach
</td> </td>
</tr> </tr>

Loading…
Cancel
Save