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 | Afecto @if ($sort == 'tarifaNeta') @endif | Inafecto @if ($sort == 'inafecto') @endif | IGV @if ($sort == 'igv') @endif | Otros Imp. @if ($sort == 'otrosImpuestos') @endif | Total @if ($sort == 'total') @endif | Estado @if ($sort == 'estado') @endif | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$boleto->id}} | {{$boleto->numeroBoleto}} | {{$boleto->numeroFile}} | {{$boleto->tcliente->razonSocial}} | {{$boleto->fechaEmision}} | {{$boleto->tTipoDocumento->descripcion}} | {{$boleto->pasajero}} | {{$boleto->tarifaNeta}} | {{$boleto->inafecto}} | {{$boleto->igv}} | {{$boleto->otrosImpuestos}} | {{$boleto->total}} | {{$boleto->tEstado->descripcion}} |