@extends('layouts.ownerLayout') @section('title', 'Reglas de cotizador') @section('content')
Define reglas por ciudad/zona y modo fijo o por kilómetro.
| Nombre | Ciudad | Zona | Modo | Config | Estado | Orden | Acciones |
|---|---|---|---|---|---|---|---|
| {{ $item->name }} | {{ $item->city }} | {{ $item->zone_keywords ?: '-' }} | {{ $item->pricing_mode === 'km' ? 'Por km' : 'Fijo' }} |
Base/Fijo: ${{ number_format($item->fixed_amount, 0, ',', '.') }} Km base: {{ rtrim(rtrim(number_format($item->base_km, 2, '.', ''), '0'), '.') }} xKm: ${{ number_format($item->per_km_amount, 0, ',', '.') }} Mínimo: ${{ number_format($item->min_amount, 0, ',', '.') }} |
{{ $item->is_active ? 'Activo' : 'Inactivo' }} | {{ $item->sort_order }} | |
| Aún no hay reglas. | |||||||