@extends('layouts.app') @section('title', 'Gestión de Impuestos') @section('content')
Administra los impuestos del sistema (IVA, ISLR, etc.)
|
|
Color | Nombre | Código | Tipo | Valor | Cálculo | Estado | Por Defecto | Orden | Acciones |
|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
{{ $tax->name }}@if($tax->description) {{ Str::limit($tax->description, 30) }} @endif |
{{ $tax->code }} | {{ $tax->type_text }} | @if($tax->type === 'percentage') {{ $tax->formatted_percentage }} @else {{ $tax->formatted_fixed_amount }} @endif | {{ $tax->calculation_type_text }} | @if($tax->is_default) Por Defecto @else @endif | {{ $tax->sort_order }} | ||
|
No hay impuestos registrados Crea tu primer impuesto para comenzar |
||||||||||