Order No.  : {{$order->OrderNumber}}
            Customer   : {{$order->customer_name}}
            Location   : {{$order->location}}
            Sales Rep  : {{$order->sales_rep}}
            Order Note : {{$order->notes}}
        
Item | 
								Qty | 
								Price | 
								Disc | 
								Sub Total | 
							
{{@$oi->product_code}}  | 
									{{@$oi->qty}}  | 
									Rs. {{number_format(@$oi->unit_price)}}  | 
									@if($oi->discount_percent >0 ) {{@$oi->discount_percent}}% @else 0 @endif  | 
									Rs. {{number_format(@$oi->sub_total)}}  | 
								
Total | 
								Rs. {{number_format($order->grand_total)}} | 
							|||
Paid | 
								Rs. {{number_format($order->paid)}} | 
							|||
Balance | 
								Rs. {{number_format($order->balance)}} | 
							
Thank you for your business!