الفاتورة ({{$data['bill_id']}})

@foreach($data['orders'] as $order) @endforeach
# البيان الكمية السعر القيمة المضافه كوبون المجموع بعد الخصم
{{$loop->iteration}} {{$order->name}} {{$order->product_order_amount}} X {{$order->price}} {{$order->price*$order->product_order_amount}} SAR {{($order->price*$order->product_order_amount*$data['added_value'])/100}} SAR @if($order->product_id == $order->product_with_coupon) {{((($order->price*$order->product_order_amount)+(($order->price*$order->product_order_amount*$data['added_value'])/100))*$order->coupon_discount)/100}} SAR @else لا يوجد @endif @if($order->product_id == $order->product_with_coupon) {{(($order->price*$order->product_order_amount)+(($order->price*$order->product_order_amount*$data['added_value'])/100))-(((($order->price*$order->product_order_amount)+(($order->price*$order->product_order_amount*$data['added_value'])/100))*$order->coupon_discount)/100)}} SAR @else {{($order->price*$order->product_order_amount)+(($order->price*$order->product_order_amount*$data['added_value'])/100)}} SAR @endif

نشكركم لتعاملكم معنا