subusuarios->pluck('id')) ->where('tipo', 'compra') // ->where('detalle', 'LIKE', '%utilidad%') ->latest() ->get(); return view('livewire.show-log-comisiones',[ 'consultaLogs' => $consultaLogs, ]); } }