Ingresos detalle: {{$this->meses[$this->mes]}}

@if ($ingresos->count()) @if (Auth::user()->perfil_id == 1) @endif @foreach ($ingresos as $ingreso) @if (Auth::user()->perfil_id == 1) @endif @endforeach
Agente Cliente Importe Recibo
{{$ingreso->agente}} {{$ingreso->cliente}} {{$ingreso->importe_money}} {{$ingreso->recibo}}
{{$ingresos->links('vendor.livewire.tailwind-lixuf')}}
@else
No hay resultados para la busqueda {{$search}}
@endif