{{$product->name}}
{{ number_format($product->discount_price, 0, ',', ' ') }} руб.
@else{{ number_format($product->price, 0, ',', ' ') }} руб.
@endifНазвание
{{ $product->name }}
Артикул системы
{{ $product->sku }}
Бренд
{{ $product->brand }}
Цена
{{ number_format($product->price, 2, '.', ' ') }} руб.
Цена со скидкой
{{ number_format($product->discount_price, 2, '.', ' ') }} руб.
Количество
{{ $product->quantity }}
Категория
{{ $product->category->name }}
Цвет
{{ $product->color }}
Материал
{{ $product->material }}
Вес
{{ $product->weight }} кг
Размеры
{{ $product->length }} x {{ $product->width }} x {{ $product->height }} см
{{ $product->description }}
{{ $attribute->key }}
{{ $attribute->value }}
@if($product->discount_price) {{ number_format($product->price, 0, '.', ' ') }} руб. {{ number_format($product->discount_price, 0, '.', ' ') }} руб. @else {{ number_format($product->price, 0, '.', ' ') }} руб. @endif
{{ $product->name }}
@endif