@foreach ($formapago as $pago) @endforeach

{{ $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

@php $n = 0 @endphp @foreach ($remision as $item) @php $n++ @endphp @endforeach
Codigo Cod.Prov
Descripcion
Cant. Prec.U. Desc. Importe
{{ $item->codigo }} {{ $item->codigoproveedor }}
{{ $item->descripcioncorta }}
{{ $item->cantidad }} {{ $item->precio }} {{ $item->detalledescuento }} {{ $item->detalletotal }}
# Items: {{ $n }}

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
{{ $pago->tipo }}{{ $pago->monto }}

{{ $texto->texto }}