@section('title', 'Taxes') @section('top-menu-items') @endsection @section('sub-menu-items') @endsection

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.

@can('write_taxes') @endcan
Selected
@can('write_taxes') @endcan @foreach ($taxes as $tax) @can('write_taxes') @endcan @endforeach
Tax Name Description Percentage FixedActions
{{ $tax->name ?? 'N/A'}} {{ $tax->description ?? 'N/A'}} {{ $tax->percentage ?? 'N/A' }} {{ $tax->fixed ?? 'N/A'}} Actions
{{ $taxes->onEachSide(1)->links('livewire::bootstrap') }}
@push('styles') @endpush @push('scripts') @endpush