{{-- Nothing in the world is as soft and yielding as water. --}} @if(session('error'))
{{ session('error') }}
@endif @if(session('success'))
{{ session('success') }}
@endif
@error('idMoneda') {{$message}} @enderror
@error('tipoCambio') {{$message}} @enderror
@error('fechaEmision') {{$message}} @enderror
{{-- --}}
{{--
--}}

F. inicio:

F. Final:

@if($this->boletos) @foreach ($this->boletos as $boleto) @endforeach @endif
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}}
{{-- @if($this->boletos) {{$this->boletos->links()}} @endif --}}