Compra: #{{$compra->id_paddy}}
Fecha: {{ $compra->fecha_creacion }} |
@include('pdf.logo') |
DESCRIPCIĆN | CANTIDAD | U.M | PRECIO | IMPORTE |
---|---|---|---|---|
{{$item->descripcion}} | {{$item->cantidad}} | {{$item->unidad_medida}} | @money($item->precio) | @money($item->importe) |
SUBTOTAL | @money(floatval($compra->subtotal)) | |||
IVA @float($compra->tasa_iva)% | @money(floatval($compra->iva)) | |||
Total | @money(floatval($compra->total)) |
IMPORTE CON LETRA: {{$ImporteLetra}}
@if($compra->notas){{$compra->notas}}
@endif