@extends('cr_blank') @section('content') {{-- style="width: 15%;" rowspan="4" --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
{{-- --}} {{-- --}} {{--
{{ $config->razon_social }}
--}}
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 }}
{{ $title }}
{{--
(Con Derecho a Crédito Fiscal)
--}}
{{-- --}} {{-- --}}
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 }}
{{--
Detalle de venta.
--}} @foreach ($datos->detalle as $item) {{-- --}} @endforeach
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) }}
{{ $txt_total }}
{{-- --}} {{-- --}} {{-- --}} @endsection @section('scripts') @endsection