{{translate('You May Also Like')}}
@php use App\Models\Product; $products = Product::where('published', 1)->latest()->take(4)->get(); $currency = getCurrency(session('currency_id',1)); $countryPrice = 0; @endphp @foreach ($products as $product) @php if ($country = countryIp($product)) { $countryPrice = $country->price; } $price = $product->unit_price + $countryPrice; $originPrice = $price * 1.2; $price = number_format($price * $currency->exchange_rate, 2); @endphp
{{$product->getTranslation(
{{$product->getTranslation('name')}}
{{$currency->symbol}}{{$price}}
{{translate('QUICK VIEW')}}
@endforeach
Shopping Cart

🔥

{{translate('Your cart will expire in')}} 04:59 {{translate('minutes!')}}
{{translate('Please checkout now before your items sell out!')}}
{{translate('Buy')}} $0.00 {{translate('more to get')}} {{translate('freeship')}}
{{translate('Note')}}
{{translate('Shipping')}}
{{translate('Coupon')}}
{{translate('Subtotal')}}
$0.00
{{translate('View cart')}} {{translate('Check Out')}}
{{translate('Or continue shopping')}}
{{translate('Note')}}
{{translate('Save')}}
{{translate('Cancel')}}
{{translate('Estimate shipping rates')}}
{{translate('Calculator')}}
{{translate('Cancel')}}
{{translate('Add A Coupon Code')}}
{{translate('Apply')}}
{{translate('Cancel')}}