@extends('layouts.app') @section('content')
{{$value->cliente}}
{{ $value->rnc }}: {{ $value->documento }}
{{ $value->email }}
{{ $value->direccion }}
{{ $value->tel }}
{{ $value->cel }}
{{ $value->whatsapp }}
| # | Código | Producto / Descripcion | Cant. | Precio U. | Total | |
|---|---|---|---|---|---|---|
| {{ $count += 1 }} | {{ $val->articulo_codigo }} | {{ $val->articulo }} | {{ $val->articulo_cantidad }} | RD$ {{ number_format($val->articulo_precio, 2) }} | @php $total = $val->articulo_precio * $val->articulo_cantidad; @endphp RD$ {{ number_format($total, 2) }} | |
| {{ $value->comentario }} | ||||||
| Sub Total | RD$ {{ number_format($subtotalgen, 2) }} |
|||||
| ITBIS | RD$ {{ number_format($itebis, 2) }} |
|||||
| Precio Total | RD$ {{ number_format($value->total, 2) }} |