@extends('layouts.app') @section('title', 'TDS Entries') @section('breadcrumbs') @endsection @section('content')
Tax Deducted at Source tracking and challans
| Date | Vendor | PAN | Section | Gross Amount | TDS Rate | TDS Amount | Challan # | Status |
|---|---|---|---|---|---|---|---|---|
| {{ optional($tds->date)->format('d M Y') ?? 'N/A' }} | {{ $tds->vendor->name ?? 'N/A' }} | {{ $tds->pan ?? 'N/A' }} | {{ $tds->section ?? 'N/A' }} | {{ number_format($tds->gross_amount ?? 0, 2) }} | {{ $tds->tds_rate ?? 0 }}% | {{ number_format($tds->tds_amount ?? 0, 2) }} | {{ $tds->challan_number ?? 'Pending' }} | |
No TDS entries found | ||||||||