@section('title', __('mail.order_cancellation_by_store.title')) @extends('mail.master') @section('content')

{{ __('mail.common.greeting', ['name' => $buyerName]) }}

{!! __('mail.order_cancellation_by_store.body', [ 'store' => e($store->commercial_name), 'order_code' => '' . e($order->order_code) . '', ]) !!}

{{ __('mail.order_cancellation_by_store.do_not_pay') }}

{{ __('mail.order_cancellation_by_store.contact_merchant') }} {{ $store->commercial_name }}.

{{ __('mail.order_cancellation_by_store.payment_refund') }}

@include('mail.partials.products-list', ['orderItems' => $storeOrderItems, 'order' => null, 'headerLabel' => __('mail.order_cancellation_by_store.cancelled_products')]) @endsection