Medcare Tax Rates List
Generated on {{ now()->format('M d, Y H:i') }}
Tax Name
Rate (%)
Status
Created At
@foreach($taxRates as $taxRate)
{{ $taxRate->name }}
{{ number_format($taxRate->rate, 2) }}%
{{ $taxRate->status ? 'Active' : 'Deactivated' }}
{{ $taxRate->created_at->format('M d, Y') }}
@endforeach