{{ $profile->client?->name ?: 'Tax Client' }}
PAN {{ $profile->pan_number }} · VAT {{ $profile->vat_number ?: 'N/A' }} · {{ $profile->tax_office ?: 'Tax office not set' }}
Audit: {{ $profile->audit_required ? ($profile->audit_status ?: 'Required') : 'Not required' }}
| Fiscal Year | Status | Filed | Approved | Update |
|---|---|---|---|---|
| {{ $clearance->fiscal_year }} | {{ $clearance->status }} | {{ optional($clearance->filed_at)->toFormattedDateString() ?: '-' }} | {{ optional($clearance->approved_at)->toFormattedDateString() ?: '-' }} | |
| No fiscal years created yet. | ||||