Search Results ({{ count($specials) }} found)

@if(count($specials) > 0)
@foreach($specials as $special) @endforeach
RIN Special TaxPayer Name Mobile Number Email Action
{{ $special->SpecialRIN ?? '-' }} {{ $special->SpecialTaxPayerName ?? '-' }} {{ $special->MobileNumber ?? $special->ContactNumber ?? '-' }} {{ $special->EmailAddress ?? $special->ContactEmail ?? '-' }}
@else

No special taxpayers found matching your search criteria.

@endif