@extends('admin.layouts.app') @section('title', 'Edit Tax Rate') @section('content')
Back to Tax Rates

Edit Tax Rate: {{ $tax->name }}

@csrf @method('PUT')

Tax Rate Details

A unique name to identify this tax rate.

%

The percentage value of the tax.

Active Status
Cancel
@endsection