@if (!empty($products) && !collect($products)->isEmpty())
@endif
{{ config('cart.currency') }} @if (!is_null($product->attributes->where('default', 1)->first())) @if (!is_null($product->attributes->where('default', 1)->first()->sale_price)) {{ number_format($product->attributes->where('default', 1)->first()->sale_price, 2) }}
Sale!
@else {{ number_format($product->attributes->where('default', 1)->first()->price, 2) }} @endif @else {{ number_format($product->price, 2) }} @endifNo products yet.
@endif