Medcare Tax Rates List

Generated on {{ now()->format('M d, Y H:i') }}

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