Change joins with a collection to use collection joins
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
@default No details
|
||||
@endswitch
|
||||
</td>
|
||||
<td>{{ join(',',$oo->addresses->pluck('ftn')->toArray()) }}</td>
|
||||
<td>{{ $oo->addresses->pluck('ftn')->join(', ') }}</td>
|
||||
<td>{{ $oo->zt_id }}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
|
Reference in New Issue
Block a user