|
|
|
|
117
|
<td>{{$a['receiverMobile']}}</td>
|
117
|
<td>{{$a['receiverMobile']}}</td>
|
118
|
<td>{{$a['receiverState']}}{{$a['receiverCity']}}{{$a['receiverDistrict']}}{{$a['receiverStreet']}}{{$a['receiverAddress']}}</td>
|
118
|
<td>{{$a['receiverState']}}{{$a['receiverCity']}}{{$a['receiverDistrict']}}{{$a['receiverStreet']}}{{$a['receiverAddress']}}</td>
|
119
|
<td>
|
119
|
<td>
|
120
|
- @if( is_array($a['goods']) && $a['warehouse'] == 3)
|
|
|
|
|
120
|
+ @if( is_array($a['goods']) )
|
121
|
@foreach($a['goods'] as $good)
|
121
|
@foreach($a['goods'] as $good)
|
122
|
<p>{{$good}}</p>
|
122
|
<p>{{$good}}</p>
|
123
|
@endforeach
|
123
|
@endforeach
|