@php use App\Models\Product; //$grossPrice = \App\Utils::sumCartPrice(Cart::getContent()); $grossPrice = Cart::getSubTotal(); $netPrice = \App\Utils::gross2net($grossPrice); @endphp @if ($grossPrice > 0)
Végösszeg {{ \App\Utils::priceForHumans($grossPrice) }}
{{ __('Kosár') }} {{ __('Megrendelés') }}
@else @endif