@extends('front.layout.app') @section('title', 'Product Page') @section('content') {{-- @dd($find->colour_ids) --}} {{ $data->content['banner_heading'] ?? '' }} @foreach ($find->getMedia('product_gallery_images') as $file) @endforeach @foreach ($find->getMedia('product_gallery_images') as $file) @endforeach @csrf {{ $find->name }} {{-- ★ ★ ★ ★ ★ (62) --}} Price:${{ $find->price }} {{ $find->description }}. Status:In Stock {{-- Status:In Stock --}} Glass : {{-- 16 oz ombré --}} {{ implode(', ', $colourNames) }} @foreach ($colors as $id => $name) {{ $name }} @endforeach {{-- Glass Cans :16 oz iridescent (blue, pink, purple,red) --}} Quantity - + Add To Cart @endsection
{{ $find->description }}.