Haleon Product Order

Order Number: {{ $order->order_number }}
Pharmacy: {{ $order->pharmacy_name ?: 'N/A' }}
Date: {{ $order->created_at->format('Y-m-d H:i:s') }}
Total Items: {{ $order->total_items }}
@foreach($order->orderItems as $item) @endforeach
Product Size Barcode Brand Qty
{{ $item->product->name }} {{ $item->product->size }} {{ $item->product->barcode }} {{ $item->product->brand->name }} {{ $item->quantity }}