File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 373
373
<div class =" row" >
374
374
@forelse ($LastProducts as $LastProduct )
375
375
<div class =" col-md-2" >
376
+ @if ($LastProduct -> picture )
376
377
<x-adminlte-profile-widget name =" {{ $LastProduct -> label } } {{ $LastProduct -> ind } }" desc =" {{ $LastProduct -> family -> label } }" theme =" lightblue"
377
- img =" @if ($LastProduct -> picture ) {{ asset (' /images/products/' . $LastProduct -> picture ) } } @endif " layout-type =" classic" >
378
+ img =" {{ asset (' /images/products/' . $LastProduct -> picture ) } }" layout-type =" classic" >
379
+ @endif
378
380
<x-adminlte-profile-row-item icon =" fas fa-cash-register " title =" {{ __ (' general_content.purchased_price_trans_key' ) } }" text =" {{ $LastProduct -> purchased_price } } {{ $Factory -> curency } }"
379
381
url =" #" badge =" teal" />
380
382
<x-adminlte-profile-row-item icon =" fas fa-shopping-cart" title =" {{ __ (' general_content.price_trans_key' ) } }"
You can’t perform that action at this time.
0 commit comments