@extends('front.layout.app') @section('content')

Product Detail

@if(count($product->productGalleryImages()) > 0) @forelse($product->productGalleryImages() as $galleryImg)
@empty @endforelse @endif
{{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}

{{ $product->name ?? '' }}

  • 37 reviews
Regular price $ {{ $product->price ?? '' }}
@forelse(json_decode($product->features) ?? [] as $feature) @if($feature == 'waterproof' ) waterproof @elseif($feature == 'hypoallergenic') Hypoallergenic @endif @empty @endforelse
@csrf @if(count($product->variations()) > 0)
Colors
@endif {{-- Size Guide--}}
{{-- Buy with --}} {{-- More payment options--}}
@endsection @section('script') {{-- --}} @endsection