{{ translate('Name')}} | {{ \App\Product::find($item)->name }} |
---|---|
{{ translate('Image')}} |
|
{{ translate('Price')}} | {{ single_price(\App\Product::find($item)->unit_price) }} |
{{ translate('Brand')}} | @if (\App\Product::find($item)->brand != null) {{ \App\Product::find($item)->brand->name }} @endif |
{{ translate('Sub Sub Category')}} | @if (\App\Product::find($item)->subsubcategory != null) {{ \App\Product::find($item)->subsubcategory->name }} @endif |
{{ translate('Your comparison list is empty')}}