@extends('admin.admin_dashboard') @section('content') @foreach($cotizaciones as $cotizaciones) @endforeach
@foreach($cotizaciones_detalles_totales as $cotizaciones_detalles_totales) @endforeach
@if($cotizaciones->status == 4) Crear Requisición @endif
@csrf @if(($cotizaciones->status == 0)||($cotizaciones->status == 3)||($cotizaciones->status == 5)||($cotizaciones->status == 7)) @elseif($cotizaciones->status == 2) @elseif($cotizaciones->status == 1) @endif Regresar
@error('vigencia') {{$message}} @enderror
@error('dias_de_entrega') {{$message}} @enderror
@error('id_cliente') {{$message}} @enderror
@error('contacto_nombre') {{$message}} @enderror
@error('contacto_email') {{$message}} @enderror
@error('condiciones_pago') {{$message}} @enderror
@if($cotizaciones->attachment) Visualizar archivo @endif
@foreach($cotizaciones_versiones as $cotizaciones_versiones) @endforeach
Versión Fecha Creación Fecha Finalización SubTotal Descuento Total
@csrf
{{ $cotizaciones_versiones->created_at}} {{ $cotizaciones_versiones->fecha_status}} {{ $cotizaciones_versiones->subtotal}} {{ $cotizaciones_versiones->descuento}} {{ $cotizaciones_versiones->subtotal-(($cotizaciones_versiones->descuento/100)*$cotizaciones_versiones->subtotal)}}
Agregar de productos / servicios
@csrf
@error('etapa') {{$message}} @enderror
@error('descripcion_detalle') {{$message}} @enderror
@error('comentarios') {{$message}} @enderror
@error('unidad_empaque') {{$message}} @enderror
@error('cantidad') {{$message}} @enderror
@error('precio_unitario') {{$message}} @enderror
    @csrf
  • Resumen de productos / servicios
  • @csrf
    @foreach($cotizaciones_detalles as $cotizaciones_detalles) @endforeach
    Etapa Item Descripción U.M. Cantidad P.nitario Total Imágen Porcentaje Editar / Eliminar
    {{ $cotizaciones_detalles->etapa}} {{ $cotizaciones_detalles->descripcion_detalle}} {{ $cotizaciones_detalles->comentarios}} {{ $cotizaciones_detalles->unidad_empaque}} {{ $cotizaciones_detalles->cantidad}} ${{ $cotizaciones_detalles->cantidad*($cotizaciones_detalles->precio_unitario)}} $ {{$cotizaciones_detalles->cantidad*$cotizaciones_detalles->precio_unitario}}
    • @csrf
@endsection