Tiqkets

INVOICE

GSTIN - 33AAMCB0254C1Z8
support@betterbots.in
Issued To:
{{ $transaction->tenant->tenant_name }}
{{ $transaction->tenant->contact_person_name ?? 'prem' }}
{{ $transaction->tenant->address ?? '11 th car street' }}
{{ $transaction->tenant->email ?? 'premv@gmail.com' }}
{{ $transaction->tenant->phone ?? '6522264103' }}
Invoice No. {{ $transaction->transaction_id }}
Date {{ $transaction->payment_date ? $transaction->payment_date->format('d-m-Y') : now()->format('d-m-Y') }}
Description Unit Price QTY Total
Restaurant Subscription
{{ $transaction->branch_count }} Branch(es) - {{ $transaction->subscription->start_date ? $transaction->subscription->start_date->format('d M Y') : '19 Nov 2025' }} to {{ $transaction->subscription->end_date ? $transaction->subscription->end_date->format('d M Y') : '19 Dec 2025' }}
₹ {{ number_format($transaction->base_price ?? 400, 2) }} {{ $transaction->branch_count ?? 1 }} ₹ {{ number_format($transaction->amount ?? 176.82, 2) }}
Subtotal ₹ {{ number_format($transaction->amount ?? 176.82, 2) }}
Tax (18%) ₹ {{ number_format($transaction->tax_amount ?? 26.97, 2) }}
Total ₹ {{ number_format($transaction->final_amount ?? 176.82, 2) }}
Download PDF