aa
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
@foreach($orders as $order)
|
@foreach($orders as $order)
|
||||||
@php
|
@php
|
||||||
$product = $order->product;
|
$product = $order->product;
|
||||||
$titolo = $product
|
$titolo = $product && $product->permalink
|
||||||
? "<a href='{$product->permalink}' target='_blank'><span style='font-weight: bold;'>{$product->name}</span></a>"
|
? "<a href='{$product->permalink}' target='_blank'><span style='font-weight: bold;'>{$product->name}</span></a>"
|
||||||
: "";
|
: "";
|
||||||
@endphp
|
@endphp
|
||||||
|
|||||||
Reference in New Issue
Block a user