@php use App\Enums\ItemConditionEnum; use App\Enums\FeedProcTypeEnum; use App\Enums\OrderCancelReasonEnum; use App\Libs\SpApi; use Carbon\Carbon; use App\Libs\Settings; use App\Libs\ShippingWays; @endphp
@if ($type == 'pending' || $type == 'settled' || $type == 'unshipped') {{ __('注文をキャンセルする') }} @endif @if ($type == 'unshipped') {{ __('ピッキングリスト') }} {{ __('納品書') }}
@php $offsets = range(1, 10); $offsets = collect($offsets)->combine($offsets); @endphp {{ __('宛名ラベル') }}
{{ __('クリックポストまとめ申込') }} {{ __('出荷通知送信(確認)') }} @endif
@if ($type == 'shipped')
@endif
{{ __('検索') }}
{{ __('クリア') }}

{{ __('配送方法・お問い合わせ番号 編集') }}

※未指定の場合は出荷通知を行った日になります。

{{ __('閉じる') }} {{ __('保存する') }}

{{ __('注文のキャンセル') }}

件の商品についてキャンセルします。
(同じ注文の他の商品もキャンセルされます。)

{{ __('閉じる') }} {{ __('注文をキャンセルする') }}

{{ __('コンディション確認') }}

{{ __('閉じる') }}
@if ($type == 'unshipped') @include('order/notification-modal') @endif