@extends('layouts.app') @section('content') @extends('ventas.menu')
@csrf @if($op->status==1) Anular @endif

Orden de Producción

inventario==1 ? "checked" : ""}} type="checkbox" id="gridCheck" name="inventario" value="1">

{{$op->cliente->nombre??'Inventario'}}

{{$op->producto->nombre . ' ' . $op?->cotizaciones_p?->descripcion}}

@endsection