@extends('front.layouts.app') @push('css') @endpush @section('content')

{{$product->product_name}} ${{$product->price}}

{!! $product->description !!}
{{--

--}} {{-- REF. 4231/{{$product->id}}
--}} {{-- Availability. Available in store

--}}
@if($product->colors && sizeof(json_decode($product->colors))>0)

Select Color

@foreach(json_decode($product->colors, true) as $key=>$color) @if($key==0) @endif
@endforeach
@endif

Quantity

Related Products

@endsection @push('p_js') @endpush