|
|
{{ mb_strlen($wishlist->name,'UTF-8') > 35 ? mb_substr($wishlist->name,0,35,'UTF-8').'...' : $wishlist->name }} |
{{ $wishlist->showPrice() }}
{{ $wishlist->showPreviousPrice() }}
|
@if($wishlist->type == 'Physical')
@if($wishlist->emptyStock())
{{ ('Out Of Stock') }}
@else
{{ ('In Stock') }}
@endif
@endif
|
|
@endforeach