{{ format_price($order->amount) }}
{{ $product->name }}
{{ $product->variation_attributes }}
@if (!empty($orderProduct->options) && is_array($orderProduct->options)) @foreach($orderProduct->options as $option) @if (!empty($option['key']) && !empty($option['value'])){{ $option['key'] }}: {{ $option['value'] }}
@endif @endforeach @endif{{ format_price($orderProduct->price) }}