@extends('front.layout.app') @section('title', 'Product Page') @section('content') {{-- @dd($find->colour_ids) --}}
image

{{ $data->content['banner_heading'] ?? '' }}

Main Product Image
@foreach ($find->getMedia('product_gallery_images') as $file)
Product Image
@endforeach
Main Product Image
@foreach ($find->getMedia('product_gallery_images') as $file)
Product Image
@endforeach
@csrf

{{ $find->name }}

{{--
(62)
--}}
  • Price:${{ $find->price }}

{{ $find->description }}.

  • Status:In Stock
  • {{--
  • Status:In Stock
  • --}}
  • Glass : {{-- 16 oz ombré --}} {{ implode(', ', $colourNames) }}
  • {{--
  • Glass Cans :16 oz iridescent (blue, pink, purple,red)
  • --}}

Quantity

  • - +
@endsection