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 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
            A detailed PDF order form is attached to this email.
                Notes:
{{ $order->notes }}
        @endif
        {{ $order->notes }}
Thank you for your order! If you have any questions, please contact our support team.