{{--
--}}
Order No:{{$order->order_number}}
{{$note}}
Name
Quantity
Price
Discount
Total
@foreach ($order->products as $order_product)
{{$order_product->product->title}}
{{$order_product->quantity}}
${{$order_product->price}}
@if($order_product->discount) {{$order_product->discount}}% @endif
${{$order_product->sum_price}}
@endforeach
Total:
${{$order->sum_price()}}
{{--
View order here
--}}
Order No:{{$order->order_number}}
{{$note}}
Name
Quantity
Price
Discount
Total
@foreach ($order->products as $order_product)
{{$order_product->product->title}}
{{$order_product->quantity}}
${{$order_product->price}}
@if($order_product->discount) {{$order_product->discount}}% @endif
${{$order_product->sum_price}}
@endforeach
Total:
${{$order->sum_price()}}
{{--
View order here
--}}
ARVUS LTD