@extends('layouts.app') @section('content')
Orden no: {{ sprintf("CM-%'.06d", $value->id) }}
De Fecha: {{ \Carbon\Carbon::parse($value->fecha_pago)->format('d M Y')}}
Entrega: {{ $value->entrega }}
| Cantidad | Articulo | Precio Compra (U) | Precio Venta (U) | Total |
|---|---|---|---|---|
| {{ $value->cantidad }} | {{ $value->articulo }} | RD$ {{ number_format($value->precio, 2) }} | RD$ {{ number_format($value->precio_venta, 2) }} | RD$ {{ number_format($value->total, 2) }} |
{{ $value->contenido }}