{{ $product->name }}
{{ $product->price }} грн
{{ $product->availability_status }}
Матеріал: {{ $product->material }}
Наповнювач: {{ $product->filler }}
Розмір: {{ $product->size }}
Колір:
@foreach ($anotherColors as $anotherProduct)
@if ($anotherProduct->product_id < $product->product_id)
@php
$colors = explode(',', $anotherProduct->color_hash);
@endphp
@endif
@endforeach
@foreach ($colors as $color)
@endforeach
{{ $anotherProduct->color_text }}
@php
$colors = explode(',', $product->color_hash);
@endphp
@foreach ($anotherColors as $anotherProduct)
@if ($anotherProduct->product_id > $product->product_id)
@foreach ($colors as $color)
@endforeach
{{ $product->color_text }}
@php
$colors = explode(',', $anotherProduct->color_hash);
@endphp
@endif
@endforeach
@foreach ($colors as $color)
@endforeach
{{ $anotherProduct->color_text }}
Опис
{{ $product->description }}
Способи доставки
Укрпошта 30 грн (до 15 кг)
Нова Пошта від 70 грн
Способи оплати
Оплата після отримання товару
Повернення
Товар підлягає поверненню тільки при огляді у відділенні пошти
@include('components.order-form')