@extends('layouts.dashboard') @section('dashboard') @php $esNeto = !empty(session('tipoDePrecio')) && session('tipoDePrecio') === 'neto'; @endphp
Información Basica
{{ csrf_field() }}
nombre_lista) && !empty($informacionListaDePrecio->nombre_lista)) value="{{$informacionListaDePrecio->nombre_lista}}" @endif required="">
tipo_ajuste) && !empty($informacionListaDePrecio->tipo_ajuste)) value="{{ $informacionListaDePrecio->tipo_ajuste }}" @endif> @if (isset($informacionListaDePrecio->tipo_ajuste) && !empty($informacionListaDePrecio->tipo_ajuste)) @endif
porcentaje) && !empty($informacionListaDePrecio->porcentaje)) value="{{ $informacionListaDePrecio->porcentaje * 100}}" @endif> @if (isset($informacionListaDePrecio->porcentaje) && !empty($informacionListaDePrecio->porcentaje)) @endif
estado_lista_precio) && !empty($informacionListaDePrecio->estado_lista_precio) && $informacionListaDePrecio->estado_lista_precio == 'vigente') value="{{ $informacionListaDePrecio->tipo_ajuste }}" checked="true" @endif id="checkboxEstado">
lista_dependiente) && !empty($informacionListaDePrecio->lista_dependiente) && $informacionListaDePrecio->lista_dependiente == 1) checked="" @endif id="depende-lista-base">
fecha_valido) && !empty($informacionListaDePrecio->fecha_valido)) value="{{ $informacionListaDePrecio->fecha_valido }}" @endif class="col-9 form-control form-control-sm">
Lista de Productos
{{--
{{ csrf_field() }}
--}}
@include('dashboard.lista-de-precios.tr-detalle-lista-de-precios')
Producto Precio Normal @if ($esNeto) Neto @endif * Precio Oferta @if ($esNeto) Neto @endif
@endsection @section('scripts') @endsection