$data = Tahsilat::with('satislar') ->select('Tahsilat_tutar', DB::raw('sum(Tahsilat_tutar) as total')) ->get();