@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 Ingreso: {{ date('d/m/Y',strtotime($datos->fecha_ingreso)) }}
Proveedor: {{ $datos->proveedor->razon_social }}
NIT: {{ $datos->proveedor->nit }}
Teléfono: {{ $datos->proveedor->telefono }}
Contacto: {{ $datos->proveedor->contacto }}
Cel: {{ $datos->proveedor->celular }}
Usuario: {{ $datos->usuario->username }}
|
Fecha: |
{{ date('d/m/Y',strtotime($datos->fecha_ingreso)) }} |
NIT/CI: |
{{ $datos->proveedor->nit }} |
||
Nombre/Razón social: |
{{ $datos->proveedor->razon_social }} |
{{-- Dirección: | --}} {{--{{ $datos->cliente->direccion }} | --}}Telf/Cel.: |
{{ $datos->proveedor->telefono }} |
| N. | Producto | Lote | Cantidad | Precio | Total |
|---|---|---|---|---|---|
| {{ ++$i }} | {{ $item->producto->nombre }} | {{ $item->lote->lote }} | {{ $item->cantidad }} | {{ number_format($item->precio_compra,2,',','') }} | {{ number_format($item->precio_compra * $item->cantidad,2,',','') }} |
| N. | CÓDIGO PRODUCTO | DESCRIPCIÓN | CANTIDAD | PRECIO UNITARIO | SUB TOTAL | |
|---|---|---|---|---|---|---|
| {{ ++$i }} | {{ $item->codigo }} | {{ $item->producto->nombre }} | {{--{{ date('d-m-Y H:i',strtotime($item->fecha)) }} | --}}{{ $item->cantidad }} | {{ number_format($item->precio_compra,2) }} | {{ number_format($item->cantidad * $item->precio_compra,2) }} |
| TOTAL Bs. | {{ number_format($datos->total,2) }} | |||||