@extends('frontend.theme_2.app') @section('title', __('product_details') . ' || ' . $companyName) @section('content')
@include('frontend.loader.content_loader')

0

{{ __('color') }} :

@if (!Auth::check() || (Auth::check() && Auth::user()->user_type == 3))
- +
@elseif (Auth::check() && Auth::user()->user_type == 2) @endif
{{ $product->source_name ? __('for') . ' ' . $product->source_name : '' }}
{{ __('Customer Reviews & Ratings') }}

0.0 / 5.0

{{ __('basedon') }} 0 {{ __('review') }}

5 {{ __('Star Ratings') }}

0

4 {{ __('Star Ratings') }}

0

3 {{ __('Star Ratings') }}

0

2 {{ __('Star Ratings') }}

0

1 {{ __('Star Ratings') }}

0

@if (Auth::check() && Auth::user()->user_type == 3) @if (!reviewExists($product->id ?? '') )
{{ __('Write a Review') }}
@endif @endif
{{ __('for_international_shipping') }}

-

{{ __('for_domestic_shipping') }}

-

{{ __('related_products') }}
@endsection @push('scripts') @endpush