Available Template Variables
Use these variables in your HTML template. They will be replaced with actual data when generating invoices.
@foreach(['company_name', 'company_logo', 'company_email', 'company_phone', 'company_website', 'company_address', 'gst_number', 'pan_number', 'invoice_number', 'invoice_date', 'due_date', 'customer_name', 'customer_email', 'customer_phone', 'customer_address', 'customer_gst', 'items', 'subtotal', 'discount', 'taxable_amount', 'cgst', 'sgst', 'igst', 'grand_total', 'amount_in_words', 'invoice_prefix', 'financial_year', 'tax_invoice_prefix'] as $var)
@{{{{ $var }}}}
@endforeach