@php use App\Cart; use App\Enumerables\Currency; $currency = Currency::GBP; $currencySign = '£ '; if (isset($_COOKIE['currency']) && (int) $_COOKIE['currency'] != Currency::GBP) { $currency = Currency::CNY; $currencySign = '¥ '; } $prices = $prices ?? Cart::getCartPrices($items ?? [], true); @endphp
@else
@if($language == 'en')
@else
@endif
@endif
{{__('select-coupon')}}