| @if($estCuent->tipoDocumento == '36')DOC. COBRANZA @elseif($estCuent->tipoDocumento == '01')FACTURA @elseif($estCuent->tipoDocumento == '03')BOLETA @endif |
{{$estCuent->serieDocumento. ' ' . $estCuent->numeroDocumento}} |
@if($estCuent->idAerolinea){{$estCuent->tAerolinea->razonSocial}} @else AS TRAVEL @endif |
{{$estCuent->fechaEmision}} |
{{$estCuent->fechaVencimiento}} |
{{$estCuent->numeroBoleto}} |
{{-- @if($boleto->tDocumento){{$boleto->tDocumento->serie . '-' . str_pad($boleto->tDocumento->numero,8,"0",STR_PAD_LEFT)}}@else - @endif | --}}
{{$estCuent->pasajero}} |
{{$estCuent->tipoRuta}} |
@if($estCuent->ruta){{$estCuent->ruta}} @else VARIOS @endif |
{{$estCuent->moneda}} |
{{$estCuent->tarifaNeta}} |
{{$estCuent->inafecto}} |
{{$estCuent->igv}} |
{{$estCuent->otrosImpuestos}} |
{{$estCuent->saldo}} |
{{$estCuent->tSolicitante->nombres}} |
@endforeach
@endif