@csrf
@if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif @if (!$discount_status['status']) @endif

{{ trans('front::messages.cart.order-delivery-address') }}

@if (option('reserve_orders_enabled'))
reserved() ? 'checked' : '' }}>
@endif @php $reserved_orders = auth()->user()->orders()->paid()->reserved()->get(); @endphp @if (option('reserve_orders_enabled') || $reserved_orders->count()) @if ($reserved_orders->count())
send_reserved_orders ? 'checked' : '' }}>
@if ($cart->send_reserved_orders)
@foreach ($reserved_orders as $reserved_order) سفارش شماره {{ $reserved_order->id }} {{ $loop->last ? '' : ' و ' }} @endforeach
@endif @endif
@endif

{{ trans('front::messages.cart.fname-and-lname') }} *

{{ trans('front::messages.cart.phone-number') }} *

@if ($cart->hasPhysicalProduct())

{{ trans('front::messages.cart.state') }} *

{{ trans('front::messages.cart.city') }} *

{{ trans('front::messages.cart.postal-address') }}*

@endif

{{ trans('front::messages.cart.order-description') }}

@if ($cart->hasPhysicalProduct())

{{ trans('front::messages.cart.postal-code') }} (اختیاری)

@endif @if (option('site_rules_page_link'))
اطلاعات بیشتر
@endif
@if ($cart->hasPhysicalProduct())

{{ trans('front::messages.cart.choose-how-to-send') }}

@include('front::partials.carriers-container', ['cart' => $cart])
@endif

{{ trans('front::messages.cart.choose-payment-method') }}

@if ($wallet->balance)
@endif @foreach ($gateways as $gateway)
first ? 'checked' : '' }}>
@endforeach @if ($gateways->contains('key', 'toman')) (توجه کنید که هنگام استفاده از درگاه تومن، امکان استفاده از کوپن تخفیف نمیباشد) @endif
@include('front::partials.checkout-sidebar')
@if ($cart->discount)

{{ trans('front::messages.cart.registered-discount-code') }}

@csrf @method('delete')

{{ $cart->discount->code }}

@else

{{ trans('front::messages.cart.discount-code') }}

@csrf
@endif