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

{{ $error }}

@endforeach
@endif

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

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

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

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

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

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

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

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

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

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

{{ 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.order-sidebar')