@extends('layouts.app') @section('content') @extends('ventas.menu')
Tipo | Fecha | Cliente | Cantidad | Producto | Cotización | Observaciones | Acción |
{{$op->id}} | {{date("d/m/Y h:i:s", strtotime($op->created_at))}} | {{$op->cliente->nombre??''}} | {{$op->cantidad}} | {{$op->producto->nombre}} | @if($op->op) {{$op->op->id_cotizacion_producto}} @endif | Facturar | @if($op->op) @endif |