Billing Items

Description Qty Rate Amount @foreach($items as $index => $item) ₹{{ number_format($item['quantity'] * $item['unit_price'], 2) }} @if(count($items) > 1) @endif @endforeach

Payment Mode

Gross Subtotal ₹{{ number_format($this->subtotal, 2) }}
Adjustment (-)
@if($isAuthorizedByDoctor) DR. AUTH: ₹{{ number_format($authorizedLimit, 0) }} @endif
@if($discount > 0)
@endif
Applicable Tax (+)

Total Net Payable

₹{{ number_format($this->total, 2) }}
Verified