@forelse($taxRates as $taxRate) @empty @endforelse
Status Created At Actions
{{ $taxRate->name }} {{ number_format($taxRate->rate, 2) }}%
@csrf
{{ $taxRate->created_at->format('M d, Y') }}
No tax rates found.
{{ $taxRates->links() }}