@extends('shop::layouts.master2') @section('title', 'Product Detail') @section('content') {{-- @dd('here')--}}
{{-- @foreach($product['images'] as $image)--}} {{-- --}} {{-- @endforeach--}}
{{--
--}} {{--
--}} @if(count($product['images']) > 0)
@foreach($product['images'] as $image) @endforeach
{{--
--}} {{-- --}} {{--
--}} @endif

{{$product['name']}}

{{-- ${{round($product['price'], 2)}} – ${{round($product['price'], 3)}}--}} {{-- --}}

{!! $product['description'] !!}

{{-- @dd($product['inventory_sources'][0]['pivot']['qty']);--}} {{-- --}}
@csrf
{{-- --}} {{-- --}} {{-- --}}
{{-- --}}
{{-- @dd($product)--}} {{-- @if($product['status'] && $product['inventory_sources'][0]['pivot']['qty'] > 0)--}} {{-- @else--}} {{--

Out Of Stock

--}} {{-- @endif--}} {{--
--}} {{-- Add to Cart--}} {{--
--}}
{{-- @dd($product['product_category_fields'])--}} @foreach($product['product_category_fields'] as $product_category_field) @if ($product_category_field['field_name'] !== 'year' && $product_category_field['field_name'] !== 'line' && $product_category_field['field_name'] !== 'vendor_pin') @endif @endforeach
Details
{{$product_category_field['field_name']}} {{$product_category_field['field_value']}}
{{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--

Sign Up For
--}} {{-- Our Newsletter

--}} {{-- Shop Now--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} @endsection