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

{{ $productName }}

{{ $productShortDesc }}

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

10% less for SPS 88
  • Get special discounts when you shop as SPS Member
  • Get guaranteed cashback in wallet on each shopping

Buying Options

@if (sizeof(array_keys($colorSizeMatrix)) > 0)

Select Color

@else

Select Color Option

@foreach (array_keys($colorSizeMatrix) as $kx => $col) @php if (empty($selectedCol)) { $selectedCol = str_slug($col); } @endphp
@if (!empty($images[$col][0])) @else

{{ $col }}

@endif
@endforeach
@endif
 
@foreach ($colorSizeMatrix as $k => $v) @endforeach
 
standard-shipping Standard Shipping

This product will be shipped to you after 6-7 weeks from the date of order placed. All custom made orders are not returnable.

@if (sizeof($productSpecs) > 0)
Details
{{--
--}} @foreach ($productSpecs as $k => $productSpec) @endforeach
{{ $k }} {{ $productSpec }}
{{--
--}}
@endif
{{-- SIMILAR FAMILY PRODUCTS --}}
 
@if($similarFamilyProducts->count() > 0)

Color Options

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