Haleon Product Order Confirmation

Your Haleon product order has been received and is being processed.

Order Details:
Order ID: #{{ $order->id }}
Pharmacy: {{ $pharmacy }}
Date: {{ $order->created_at->format('F d, Y \a\t h:i A') }}
Total Items: {{ $totalItems }}

Order Summary:

@foreach($itemsByBrand as $brandName => $brandItems)
{{ $brandName }}
@foreach($brandItems as $item) @php $details = $item->getProductDetails(); @endphp
• {{ $details['name'] }} ({{ $details['size'] }}) × {{ $item->quantity }}
@endforeach
@endforeach

A detailed PDF order form is attached to this email.

@if($order->notes)
Notes:
{{ $order->notes }}
@endif

Thank you for your order! If you have any questions, please contact our support team.