@extends('shared/layout') @section('title','Detalle de ordenes') @section('content')
| Id | Cantidad | Detalle | Valor Unitario | Total | |
|---|---|---|---|---|---|
| {{$item->id}} | {{$item->cantidad}} | {{$item->detalleOrden}} | ${{number_format($item->valor_unitario)}} | ${{number_format($item->total)}} |