@extends('website.layouts.app')
@section('content')
    @include('website.layouts.crumb')
    
     {{ $product['description_' . getLang()] }} 
                                
                            
                                
{{ $product['name_' . getLang()] }}
                            
                                    @if (!empty($product->old_price))
                                        
                                @if (!empty($product->old_price))
                                    {{ $product->offer() }}
                                @endif
                            {{ $product['old_price'] . ' ' . trans('admin.LE') }}
                                    @endif
                                    {{ $product->price . ' ' . trans('admin.LE') }}
                                
                                @if (getStock($product->id) > 0)
                                    
                                @else
                                    {{ trans('home.Out Of Stock') }}
                                @endif
                            
{{ $review->created_at->format('Y-m-d') }}
{{--{{ $review->comment }}
Add Related products to weekly line up
--}}