{{ count($this->shortages()) }} line(s) exceed available stock and are highlighted above.
@endif
@php $totals = $this->totals(); @endphp
- Total quantity
- {{ $totals['quantity'] }} PCS
- Taxable value
- {{ number_format($totals['taxable'], 2) }}
@if ($totals['inter_state'])
- IGST
- {{ number_format($totals['igst'], 2) }}
@else
- CGST
- {{ number_format($totals['cgst'], 2) }}
- SGST
- {{ number_format($totals['sgst'], 2) }}
@endif
- Round off
- {{ number_format($totals['round_off'], 2) }}
- Grand total
- ₹{{ number_format($totals['total'], 2) }}