@extends('layouts.pos-po-new.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 }}