@include('site.header')
{{--
--}}
@if($product->image!=null) @else @endif
{{--
--}}

{{$product->name}}

{!! $product->description !!}

{{--
120 ratings
#1 Best seller in fashion
--}}

Rs {{$product->price}} {{-- $459.00 55% off --}}

{{--
--}} {{--
select size size chart
please select size
quantity
--}}
{{--
  • image Free shipping for orders above $500 USD
Sales Ends In

shipping info
  • 100% Original Products
  • Free Delivery on order above Rs. 799
  • Pay on delivery is available
  • Easy 30 days returns and exchanges
share it
--}}
@if($company_profile) Seller Details

{{$company_profile->company_name}}

{{$company_profile->city}}, {{$company_profile->state}}

@endif

Looking for Best Price

@csrf
@foreach($related_products as $row)
{{--
--}}
{{$row->name}}

Rs {{$row->price??''}}

@endforeach
@include('site.footer')