@extends('front.layout.app') @section('title', 'Product Page') @section('content') {{--
image

Product Page

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.

--}} @if ($product)
image
@foreach ($images as $image)
image
@endforeach
{{-- image --}}
{{-- @foreach ($images as $image) --}}
{{-- image --}}
{{-- @endforeach --}}

{{ $syncProduct['name'] ?? '' }}

288 reviews

100ml

Price: $0.00

{{--
Selected Color Image
--}}
{{-- @if (Auth::check() && Auth::user()->hasRole('user')) --}} Add to cart {{-- @endif --}}
Add to wishlist

30 days money-back guarantee

@endif @endsection @push('scripts') @endpush