Subtotal₹{{ number_format($order->subtotal, 2) }}
@if($order->tax_amount > 0)
Tax₹{{ number_format($order->tax_amount, 2) }}
@endif
@if($order->service_charge > 0)
Service Charge₹{{ number_format($order->service_charge, 2) }}
@endif
Total
₹{{ number_format($order->total_amount, 2) }}