@extends('layout') @section('mantenimiento-active', 'active') @section('configuracion-active', 'active') @section('bread-module', 'Mantenimiento') @section('bread-submodule', 'Configuración') @section('hero-title', 'Configuración') @section('hero-subtitle', 'Configuración') @section('content')
@foreach ($config as $item) @if ($item->slug == 'CEC')
{{ $item->descripcion }}
@csrf @method('put')
@endif @endforeach
CODIGO DE PRECIOS MENOR
@csrf @method('put')
estado_precio_menor == '1' ? 'checked' : '' }}>
CLAVE MAESTRA NOTAS SALIDA
@csrf @method('POST')
@foreach ($config as $item) @if ($item->slug == 'EARB')
ENVÍO AUTOMÁTICO RESÚMENES BOLETAS
@csrf @method('POST')
nro_dias) value="{{ $item->nro_dias }}" @endif type="text" class="form-control" name="nro_dias" id="nro_dias" placeholder="NRO DÍAS">
propiedad == 'SI') checked @endif>
@endif @php $greenter_mode = null; @endphp @if ($item->slug === 'AG') @php $greenter_mode = $item->propiedad; @endphp
AMBIENTE GREENTER
BETA
PRODUCCIÓN
@endif @if ($item->slug === 'MCB')
MOSTRAR CUENTAS BANCARIAS
propiedad === 'SI') checked @endif type="checkbox" class="checkbox" id="checkMostrarCuentasBancarias">
@endif @endforeach {{-- ===== CARD: RESETEAR BASE DE DATOS ===== --}}
RESETEAR BASE DE DATOS

Elimina todos los datos operativos (productos, ventas, notas, kardex, etc.) y restaura los valores por defecto del sistema.

{{-- ===== MODAL RESETEAR BD ===== --}} @endsection @push('styles') @endpush @push('scripts') @endpush