@extends('crm.master') @section('title', 'Taxes & Fees') @section('content')
Define percentage-based taxes and fees applied at checkout
| # | Name | Percent | Description | Status | Actions |
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $item->name }} | {{ number_format($item->percent, 2) }}% | {{ $item->description ?: '—' }} | @if($item->enabled) Active @else Inactive @endif |
|
|
No taxes or fees defined yet |
|||||