@extends('layouts.admin')
@section('title', 'Edit Tax Rate')
@section('header', 'Edit Tax Rate')
@section('content')
@include('partials.admin._breadcrumbs', [
'breadcrumbs' => [
['name' => 'Masters', 'url' => '#'],
['name' => 'Tax Rates', 'url' => route('admin.masters.tax-rates.index')],
['name' => 'Edit', 'url' => route('admin.masters.tax-rates.edit', $taxRate->id)]
]
])
Tax Rate Details
Update the existing tax rate information.
@endsection