قیمت کالاها
{{ number_format($basket->total_original_price + $basket->total_discount) }} ریال
@if($basket->total_discount > 0)
سود شما از خرید
{{ number_format($basket->total_discount) }}- ریال
@endif
@if($basket->gift_card_amount)
مبلغ کارت هدیه
{{ number_format($basket->gift_card_amount) }}- ریال
@endif
@if($basket->total_with_shipping > $basket->total_final_price)
هزینه ارسال
{{ number_format($basket->total_with_shipping - $basket->total_final_price) }} ریال
@endif
مبلغ قابل پرداخت
{{ number_format($basket->total_with_shipping) }} ریال
تعداد کالا: {{ $basket->basket_total_count }} عدد
@if($basket->giftCard)
کد هدیه: {{$basket->giftCard->code}}
@endif
@if(\Illuminate\Support\Facades\Auth::guard('customer')->check())
@else
@endif