{{-- The best athlete wants his opponent at his best. --}} @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->servicios) @foreach ($this->servicios as $servicio) @endforeach @endif
ID @if ($sort == 'id') @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 Neto Inafecto IGV Otros Imp. Total Estado @if ($sort == 'estado') @endif
{{$servicio->id}} {{$servicio->numeroFile}} {{$servicio->tcliente->razonSocial}} {{$servicio->fechaEmision}} {{$servicio->tTipoDocumento->descripcion}} {{$servicio->pasajero}} {{$servicio->tarifaNeta}} {{$servicio->inafecto}} {{$servicio->igv}} {{$servicio->otrosImpuestos}} {{$servicio->total}} {{$servicio->tEstado->descripcion}}