@extends('layouts.posPurchageOrder.front') @section('maincontent')
@if (empty($product))
Product is removed or does not exist! Back
@else
detail-product-index
@php $selectedCol = ''; @endphp @if (sizeof($images) > 0)
@foreach ($images as $colorName => $thumbs)
@foreach ($thumbs as $thumb) @endforeach
@endforeach
@endif

{{ $product->article }}-{{ $product->color }}

{{ $productName }} {{ !empty($product->articleInfo->subcategory->name) ? $product->articleInfo->subcategory->name : ''}} -> {{ !empty($product->articleInfo->category->name) ? $product->articleInfo->category->name : ''}}