@extends('layout') @section('title', $product->name) @section('content')
@if ($product->productPhotos->isNotEmpty()) @foreach ($product->productPhotos as $photo)
{{ $product->name }}
@endforeach @endif
@if ($product->productPhotos->isNotEmpty()) @foreach ($product->productPhotos as $photo)
{{ $product->name }}
@endforeach @endif

{{ $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
@foreach ($colors as $color)
@endforeach
{{ $anotherProduct->color_text }}
@endif @endforeach
@php $colors = explode(',', $product->color_hash); @endphp
@foreach ($colors as $color)
@endforeach

{{ $product->color_text }}

@foreach ($anotherColors as $anotherProduct) @if ($anotherProduct->product_id > $product->product_id)
@php $colors = explode(',', $anotherProduct->color_hash); @endphp
@foreach ($colors as $color)
@endforeach
{{ $anotherProduct->color_text }}
@endif @endforeach

Опис

{{ $product->description }}

Придбати

Способи доставки

Укрпошта 30 грн (до 15 кг)

Нова Пошта від 70 грн

Способи оплати

Оплата після отримання товару

Повернення

Товар підлягає поверненню тільки при огляді у відділенні пошти

@include('components.order-form')
@endsection