@extends('layouts.app') @section('content')
{{$value_cliente->nombre}}
{{$value_documento->nombre}} / {{$value_cliente->documento }}
@endforeach{{$value_cliente->email}}
{{$value_cliente->direccion}}
{{$value_cliente->tel}}
{{$value_cliente->cel}}
{{$value_cliente->whatsapp}}
{{$value_impuesto->nombre}}
{{$value_impuesto->secuencia}}
{{$value_impuesto->inicio_ncf}}
| # | Código | Producto / Descripcion | Cant. | Precio U. | Total | |
|---|---|---|---|---|---|---|
| {{ $codigo[$i] }} | {{ $nombre[$i] }} {{ $descripcion[$i] }} | {{ $cantidad[$i] }} | RD$ {{ number_format($precio_total[$i], 2) }} | RD$ {{ number_format($subtotal[$i], 2) }} | ||
| Sub Total | @php $total = $value->total; @endphp @php $subtotal = $total - $value->itbis; @endphpRD$ {{ number_format($subtotal, 2) }} |
|||||
| Itbis | RD$ {{ number_format($value->itbis, 2) }} |
|||||
| Precio Total | RD$ {{ number_format($total, 2) }} |