Bill To
{{ $company->legal_name ?: $company->name }}{{ $company->billing_address ?: 'Billing address not added' }}
@if($company->gstin)GSTIN: {{ $company->gstin }}
@endif@if($company->state){{ $company->state }} @if($company->state_code)(Code {{ $company->state_code }})@endif
@endif{{ $company->contact_person }} @if($company->phone)• {{ $company->phone }}@endif
Supply Details
PO / Ref: {{ $invoice->order->po_reference ?: '—' }}
Place of Supply: {{ $invoice->place_of_supply ?: '—' }}
Payment Terms: {{ $invoice->order->payment_terms }}
Tax: {{ number_format((float)$invoice->tax_rate,2) }}% {{ $invoice->tax_mode==='intra'?'CGST + SGST':'IGST' }}
Taxable Value₹{{ number_format((float)$invoice->taxable_amount,2) }}
@if($invoice->tax_mode==='intra')
CGST₹{{ number_format((float)$invoice->cgst_amount,2) }}
SGST₹{{ number_format((float)$invoice->sgst_amount,2) }}
@else
IGST₹{{ number_format((float)$invoice->igst_amount,2) }}
@endif@if((float)$invoice->round_off!=0)
Round Off₹{{ number_format((float)$invoice->round_off,2) }}
@endif
Grand Total₹{{ number_format((float)$invoice->total_amount,2) }}