@extends('layouts.master') @section('title') Inicio @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Inicio @endslot @slot('li_2') Panel Facturación @endslot @slot('title') Tarifas @endslot @endcomponent
| Categoría | Monto Fijo | Monto Variable | Vigencia | Estado | Acciones |
|---|---|---|---|---|---|
| {{ $t->categoriaTarifa->nombre_categoria ?? '-' }} | S/ {{ number_format($t->monto_fijo, 2) }} | S/ {{ number_format($t->monto_variable, 2) }} | {{ $t->vigencia_inicio }} a {{ $t->vigencia_fin ?? 'Indefinida' }} | {{ $t->estado }} |