|
|
{{ $cabecera->descripcion }}
R.F.C. {{ $cabecera->rfc }}
{{ $cabecera->direccion }}
{{ $cabecera->telefono }}
|
|
Lugar de Exp.: {{ $cabecera->sucursal }}
{{ $cabecera->ledireccion }}, {{ $cabecera->lecp }}
|
|
| {{ strtoupper($texto->tipodoc) }} |
|
| FOLIO: | {{ $remision[0]->serie.'-'.$remision[0]->folio }} |
| TURNO: | {{ $remision[0]->turno }} |
| CLIENTE: | {{ $remision[0]->id_tpv_cliente.' - '.$remision[0]->cliente }} |
| ATENDIÓ: | {{ $remision[0]->id_tpv_vendedor.' - '.$remision[0]->vendedor }} |
| FECHA: | {{ \Carbon\Carbon::parse( $remision[0]->fecha )->format("d/m/Y").' - '.$remision[0]->hora }} |
|
| PRODUCTOS VENDIDOS |
|
| Codigo |
Cod.Prov |
| Descripcion |
| Cant. |
Prec.U. |
Desc. |
Importe |
@php $n = 0 @endphp
@foreach ($remision as $item)
| {{ $item->codigo }} |
{{ $item->codigoproveedor }} |
| {{ $item->descripcioncorta }} |
| {{ $item->cantidad }} |
{{ $item->precio }} |
{{ $item->detalledescuento }} |
{{ $item->detalletotal }} |
@php $n++ @endphp
@endforeach
|
|
| Subtotal: | {{ $remision[0]->subtotal }} |
| Descuento: | {{ $remision[0]->descuento }} |
| IVA: | {{ $remision[0]->iva }} |
| Total: | {{ $remision[0]->total }} |
| Efectivo: | {{ $remision[0]->efectivo }} |
| Cambio: | {{ $remision[0]->cambio }} |
|
{{ $numerosletras }} |
|
| FORMA DE PAGO |
@foreach ($formapago as $pago)
| {{ $pago->tipo }} | {{ $pago->monto }} |
@endforeach
|
| {{ $texto->texto }} |