| @can('edit crm tax rates') @endcan @can('delete crm tax rates') @endcan
{{ ucfirst(__('laravel-crm::lang.name')) }} {{ $taxRate->rate }}%
{{ ucfirst(__('laravel-crm::lang.description')) }} {{ $taxRate->description }}
{{ ucfirst(__('laravel-crm::lang.default')) }} {{ $taxRate->default ? 'YES' : 'NO'}}
{{ ucfirst(__('laravel-crm::lang.tax_type')) }} {{ $taxRate->tax_type }}
@foreach($taxRate->products as $product) @endforeach
Name Active
{{ $product->name }} {{ $product->active ? 'YES' : 'NO' }}