@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 }}

{{ $productShortDesc }}

@if ($productMaxPrice - $productMinPrice == 0) {{ $homepageModel->formatCurrency($productMaxPrice) }} @else {{ $homepageModel->formatCurrency($productMinPrice) }} - {{ $homepageModel->formatCurrency($productMaxPrice) }} @endif

@foreach($sizess as $sizes) @endforeach @foreach ($colorSizeMatrix as $k => $v) @endforeach @foreach ($colorSizeMatrix as $k => $v) @foreach ($sizess as $z => $opt) @endforeach @endforeach @foreach($similarFamilyProducts as $similarFamilyProduct) @foreach ($colorSizeMatrix as $k => $v) @foreach ($sizess as $z => $opt) @endforeach @endforeach @endforeach
Color{{ $sizes }}
{{ str_slug($k) }}
{{ $similarFamilyProduct->color }}
@if (sizeof($productSpecs) > 0)
Details
@foreach ($productSpecs as $k => $productSpec) @endforeach
{{ $k }} {{ $productSpec }}
@endif {{-- SIMILAR FAMILY PRODUCTS --}}



{{-- SIMILAR FAMILY PRODUCTS --}} @if($similarFamilyProducts->count() > 0)

Also available in following colors

@foreach($similarFamilyProducts as $similarFamilyProduct)
@include('backend.pos_purchage_order.product-box', ['product' => $similarFamilyProduct ])
@endforeach
@endif {{-- SIMILAR FAMILY PRODUCTS --}}
@endif
@include('backend.pos_purchage_order.product-details-gal') @endsection @section('extraJS') @endsection