@extends('layouts.admin') @section('title', 'GST Calculation & Rates') @section('content')

GST Calculation & Rates

Manage GST rates and view calculations.

@forelse($taxRates as $rate) @empty @endforelse
Name Type Rate (%) Actions
{{ $rate->name }} {{ $rate->type }} {{ number_format($rate->rate, 2) }}% Edit
@csrf @method('DELETE')
No GST rates found.
@csrf

Add New Tax Rate