{{-- resources/views/settings/tax-rates.blade.php --}} @extends('layouts.app') @section('title', 'Tax Rates') @section('page_title', 'Tax Rates') @section('page_subtitle', 'Configure applicable taxes') @section('content') @include('settings.partials.nav')
No tax rates configured
| Name | Code | Rate | Active | |
|---|---|---|---|---|
|
{{ $tax->name }}
@if($tax->description)
{{ $tax->description }}
@endif
|
{{ $tax->code }} | {{ $tax->rate }}% | @if($tax->is_active) @else @endif |
|