F. inicio:
F. Final:
| ID @if ($sort == 'id') @endif | Boleto @if ($sort == 'numeroBoleto') @endif | File @if ($sort == 'numeroFile') @endif | Cliente @if ($sort == 'idCliente') @endif | F. Emisión @if ($sort == 'fechaEmision') @endif | Tipo Doc. | Pasajero @if ($sort == 'pasajero') @endif | C. Costo @if ($sort == 'fechaEmision') @endif | COD1 @if ($sort == 'fechaEmision') @endif | COD2 @if ($sort == 'fechaEmision') @endif | COD3 @if ($sort == 'fechaEmision') @endif | COD4 @if ($sort == 'fechaEmision') @endif | Neto | Inafecto | IGV | Otros Imp. | Total | Estado @if ($sort == 'estado') @endif | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$boleto->id}} | {{$boleto->numeroBoleto}} | {{$boleto->numeroFile}} | {{$boleto->tcliente->razonSocial}} | {{$boleto->fechaEmision}} | {{$boleto->tTipoDocumento->descripcion}} | {{$boleto->pasajero}} | {{$boleto->centroCosto}} | {{$boleto->cod1}} | {{$boleto->cod2}} | {{$boleto->cod3}} | {{$boleto->cod4}} | {{$boleto->tarifaNeta}} | {{$boleto->inafecto}} | {{$boleto->igv}} | {{$boleto->otrosImpuestos}} | {{$boleto->total}} | {{$boleto->tEstado->descripcion}} | |
| Totales:    | {{ number_format($totalNeto,2)}} | {{number_format($totalInafecto,2)}} | {{number_format($totalIgv,2)}} | {{number_format($totalOtrosImpuestos,2)}} | {{number_format($totalTotal,2)}} | |||||||||||||