Valuación: #{{$valuacion->id_paddy}}
Fecha: {{ $valuacion->fecha_creacion }} |
@include('pdf.logo') |
DESCRIPCIÓN | PRECIO |
---|---|
{{$item->descripcion}} | @money($item->costo) |
SUBTOTAL | @money(floatval($valuacion->subtotal)) |
IVA @float($valuacion->tasa_iva)% | @money(floatval($valuacion->iva)) |
Total | @money(floatval($valuacion->total)) |
IMPORTE CON LETRA: {{$ImporteLetra}}
@if($valuacion->notas){{$valuacion->notas}}
@endif