ONESPACE INDIA
GSTIN: 24AABCE7067M1ZD
Rajkot, Gujarat - India

Tax Invoice

Invoice No: {{ $orderData['item_number'] }}
Date: {{ date('d-m-Y') }}
Customer: {{ $user->name }}
Customer GSTIN: {{ $user->gstin }}

Description Amount
{{ $orderData['item_name'] }} ₹{{ number_format($orderData['item_amount'],2) }}
@php $amount = $orderData['item_amount']; $cgst = $amount * 0.09; $sgst = $amount * 0.09; $total = $amount + $cgst + $sgst; $subamount = $amount - $cgst -$sgst; @endphp
Sub Total ₹{{ number_format($subamount,2) }}
CGST (9%) ₹{{ number_format($cgst,2) }}
SGST (9%) ₹{{ number_format($sgst,2) }}
Grand Total ₹{{ number_format($amount,2) }}


Authorized Signatory
OneSpace India