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

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

${{ $product->price ?? '' }}
@if($product->previous_price)
${{ $product->previous_price ?? '' }}
@endif @if($product->whole_sell_discount) -{{$product->whole_sell_discount ?? ''}}% @endif
0.0 (0 Reviews)
{{-- @foreach ($variation as $categoryName => $categoryItems)--}} {{--

{{ $categoryName }}

--}} {{-- --}}{{-- For Colors --}} {{-- @if (strtolower($categoryName) === 'color')--}} {{--
--}} {{-- @foreach ($categoryItems as $item)--}} {{-- --}} {{-- @endforeach--}} {{--
--}} {{-- @elseif (strtolower($categoryName) === 'size')--}} {{-- --}}{{-- For Sizes --}} {{--
--}} {{-- @foreach ($categoryItems as $item)--}} {{-- --}} {{-- @endforeach--}} {{--
--}} {{-- @endif--}} {{-- @endforeach--}} {{-- --}} {{-- --}}
  • @if(session()->has('game_discount') && session('game_discount.product_id') == $product->id) @php $discount = session('game_discount.discount_percent'); @endphp 🎉 Congratulations! You unlocked {{ $discount }}% OFF on this item!
    Add to cart now to claim your reward!
    @endif
  • Availability : {{$product->stock ?? ''}} In Stock
  • Estimated Shipping Time : 5-10 Days
  • Product SKU : {{$product->sku ?? ''}}

warranty type :

Quantity :
{{--
--}} {{-- --}} {{--
--}}

@if($product->vendor)
Sold By : {{ $product->vendor->detail->shop_name ?? '' }} Verified @php $vendor = $product->vendor->id; $productCount = \App\Models\Product::where('user_id',$vendor)->count(); @endphp Total Items : {{$productCount ?? 0 }} @endif

{!! $product->details ?? 'No Description' !!}

{!! $product->policy ?? 'No Policy' !!}

Ratings & Reviews
  • No Review Found

Our Featured Products

@foreach($data['popular'] as $product)
{{$product->name ?? ''}}
{{$product->price ?? ''}}$
{{$product->previous_price ?? ''}}$
0.0 (0)
@endforeach

More Products By Seller

@foreach($data['best_selling'] as $product)
{{-- -20%--}} 🔥 -20% OFF
product img
{{$product->name ?? ''}}
{{$product->price ?? ''}}$
{{$product->previous_price ?? ''}}$
0.0 (0)
@endforeach
@endsection @push('script') @endpush