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