Hi {{ $order->customer->name }}, your order is waiting for payment approval.
{{ $item->product_name }}
@if ($item->variant_label)
{{ $item->variant_label }}
@endif
Qty {{ $item->quantity }} x {{ \App\Models\SiteSetting::formatPrice($item->unit_price) }}
@endforeach