TDS Deduction & Certificate Statement (Period: {{ $start }} to {{ $end }})
Deductor Details (Source) {{ $deductor['name'] }} PAN: {{ $deductor['pan'] }}
GSTIN: {{ $deductor['gstin'] }}
Address: {{ $deductor['address'] }}
Deductee Details (Recipient) {{ $deductee['name'] }} PAN: {{ $deductee['pan'] }}
GSTIN: {{ $deductee['gstin'] }}
Address: {{ $deductee['address'] }}
@if(count($transactions) > 0) @foreach($transactions as $index => $row) @endforeach @else @endif
# Date Document No Doc Type Taxable Value TDS Section TDS Rate TDS Amount
{{ $index + 1 }} {{ $row['date'] }} {{ $row['doc_no'] }} {{ $row['doc_type'] }} ₹ {{ number_format($row['taxable_amount'], 2) }} {{ $row['tds_section'] }} {{ number_format($row['tds_rate'], 1) }} % ₹ {{ number_format($row['tds_amount'], 2) }}
Total: ₹ {{ number_format(collect($transactions)->sum('taxable_amount'), 2) }} ₹ {{ number_format(collect($transactions)->sum('tds_amount'), 2) }}
No TDS transactions recorded for this period.
Authorized Signatory
{{ $deductor['name'] }}