@if (count($ordered_products) > 0) @php($subtotal = 0) @foreach ($ordered_products as $ordered_product) @php($subtotal += $ordered_product->total_price) @endforeach