@extends('layouts.web') @section('content')
Home> Products Details
@foreach($images as $key=>$image)
@if($image['type']=='I') {{ $image['image'] }} @else {{ $images[0]['image'] }} @endif
@endforeach

{{ $product->product_code }}

{{ $category->name }}

${{ $variation->price }}

{!! $variation->description !!}

Book Appointment
    @isset($product->brand)
  • Designer: {{ $product->brand->name }}
  • @endisset @isset($product->fabric)
  • Fabric: {{ $product->fabric->name }}
  • @endisset @isset($product->silhouette)
  • Style: {{ implode(',',$product->silhouette->pluck('name')->toArray()) }}
  • @endisset @isset($variation->color)
  • Color: {{ $variation->color->name }}
  • @endisset {{-- @isset($product->sizes)
  • Sizes:  
  • @endisset --}}
  • Description: {!! $product->description !!}
{{--
{!! $product->description !!}
Stand Up 35″L x 24″W x 37-45″H(front to back wheel)
Folded (W/O Wheels) 32.5″L x 18.5″W x 16.5″H
Folded (W/ Wheels) 32.5″L x 24″W x 18.5″H
Door Pass Through 24
Frame Aluminum
Weight (W/O Wheels) 20 LBS
Weight Capacity 60 LBS
Width 24″
Handle Height (Ground To Handle) 37-45″
Seat Back Height 21.5″

Linda Heyes June 6, 2023

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.

Linda Heyes June 6, 2023

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.

Linda Heyes June 6, 2023

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.

Linda Heyes June 6, 2023

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.

Your email address will not be published. Required fields are marked *

Your rating* :
--}}
{{--
--}} @endsection @push('scripts') @endpush