@extends('cr_blank') @section('content')
{{-- --}}
|
{{-- --}} | {{--NIT: | --}}
{{-- {{ $config->nit }} | --}}
|
CASA MATRIZ | --}}
|
{{-- | N°: | --}}
N°:{{ $datos->txt_nro }} |
{{ $config->punto_venta }} | --}}
{{-- CUF: | --}}
{{-- {{ $config->cuf }} --}}
{{-- @foreach ($cuf as $item)
{{ $item }}
@endforeach --}}
|
||
{{ $config->direccion }} | --}}
Dirección: {{ $config->direccion }} |
|||
| --}} {{-- | {{ $config->telefono }} | --}}
Nro. Telf: {{ $config->telefono }} |
||
{{ $config->ciudad }} | --}}
{{-- ACTIVIDAD: |
{{ $config->actividad }} | --}}
||
Fecha: |
{{ date('d/m/Y H:i') }} |
NIT/CI: |
{{ $datos->cliente->nit }} |
||
Nombre/Razón social: |
{{ $datos->cliente->razon_social }} |
{{-- Dirección: | --}} {{--{{ $datos->cliente->direccion }} | --}}Telf/Cel.: |
{{ $datos->cliente->celular }} |
| N. | CÓDIGO PRODUCTO | DESCRIPCIÓN | CANTIDAD | PRECIO UNITARIO | SUB TOTAL | |
|---|---|---|---|---|---|---|
| {{ ++$i }} | {{ $item->producto->codigo }} | {{ $item->producto->nombre }} | {{--{{ date('d-m-Y H:i',strtotime($item->fecha)) }} | --}}{{ $item->cantidad }} | {{ number_format($item->precio,2) }} | {{ number_format($item->cantidad*$item->precio,2) }} |
| TOTAL Bs. | {{ number_format($datos->total,2) }} | |||||