@section('title', 'Taxes') @section('top-menu-items')
Manage the taxes that are applied to Tours, Add-Ons, and Merchandise. Pro Tip: Create all possible taxes because you can select within your Tours, Add-Ons, and Merchandise the taxes that apply to each individual product.
|
|
Tax Name | Description | Percentage | Fixed | @can('write_taxes')Actions | @endcan
|---|---|---|---|---|---|
|
|
{{ $tax->name ?? 'N/A'}} | {{ $tax->description ?? 'N/A'}} | {{ $tax->percentage ?? 'N/A' }} | {{ $tax->fixed ?? 'N/A'}} | @can('write_taxes')Actions | @endcan