@extends('layouts.blesser.app') @section('content')
  1. سبد خرید

  2. شیوه ارسال

  3. پرداخت

جزئیات سفارش

@session('coupon_error') {{ session('coupon_error') }} @endsession

{{ __('Product price') }} ({{ $cart->count() }})
{{ number_format($cart->subtotal) }}
{{ getCurrency() }}
{{ __('discount') }}
{{ number_format($cart->discount_total) }}
{{ getCurrency() }}
@if ($couponDiscount != 0)
{{ __('coupon discount') }}
{{ number_format($couponDiscount) }}
{{ getCurrency() }}
@endif @if (false)
هزینه ارسال
20,000
تومان
@endif
{{ __('total price after discount') }}
{{ number_format($cart->grand_total) }}
{{ getCurrency() }}

{{ __('It is not possible to edit the shopping cart after confirmation.') }}

@csrf
@endsection