@push('scripts') @endpush

{{ $product->title }}

From ${{ $product->msrp }}

SKU:{{ $product->sku }}
@if ($product->is_outof_stock == 1) Out Of Stock @else InStock @endif  |  Usually dispatched within 24 hours

Pick a color:

@foreach ($product->variants as $variant) @endforeach
@if ($product->isEnquiry()) @else

Qty

@if ($product->total_stock > 0 && !$product->is_outof_stock) Add to cart @else

Out Of Stock

@endif
@endif @php $isWishlisted = $product->isAddedToWishList(); @endphp {{ $isWishlisted ? 'Remove from wishlist' : 'Add to wishlist' }}
    @foreach (explode("\n", $product->product_details) as $detail) @if (trim($detail) != '')
  • {{ $detail }}
  • @endif @endforeach
Shoe Cabinet
@foreach ($product->specifications as $specs) @endforeach
{{ $specs->specs->name }} {{ $specs->value }}

{{ $product->product_description }}

@foreach ($product->manuals as $manual) PDF {{ $manual->name }} @endforeach

Payment

    @foreach (explode("\n", $product->payment_security) as $method) @if (trim($method))
  • {{ trim($method) }}
  • @endif @endforeach
{{--

Review

--}}
    @auth @endauth

you may also like

@foreach ($relatedProducts as $related)
@endforeach